Swiftpack.co - Swift Packages by husnjak

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by husnjak

husnjak/IGDB-SWIFT-API 3-dev
A Swift wrapper for the IGDB.com Free Video Game Database API.
⭐️ 56
🕓 21 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Events and Collections
21 weeks ago
We updated the dependencies and added Events and Collections endpoint to the library.
Query builder bugfix
31 weeks ago
When using query that contains \"w\" or where the builder would ignore the where clause and create a faulty query resulting in a 400 error for the request.
ReleaseDateStatus Update
47 weeks ago
Updated the IGDB Protocol buffer template The new protobuf template updates the Release Dates with the new field Status.
AgeRatingContentDescriptions Update
1 year ago
Updated the IGDB Protocol buffer template The new protobuf template updates the AgeRatingContentDescriptionsEnum. The old Enum used was not correct (AgeRatingEnum)
GameLocalization Endpoint release
1 year ago
Updated dependencies and the IGDB Protobuf file. This update adds support for the new endpoints: game_localizations regions
Dependency Update
1 year ago
Updated dependencies and the IGDB Protobuf file. This update adds support for the new endpoints: - languages - language_supports - language_support_types Added support for Proxy URLs so the library can be used with a proxy server like https://api-docs.igdb.com/#proxy
Protobuf Update
2 years ago
Updated dependencies and the IGDB Protocol buffer template The template adds structure for new Age Ratings: - CERO - USK - GRAC - CLASS_IND - ACB New External Games: - EXTERNALGAME_AMAZON_ASIN - EXTERNALGAME_AMAZON_LUNA - EXTERNALGAME_AMAZON_ADG - EXTERNALGAME_EPIC_GAME_STORE - EXTERNALGAME_OCULUS
Dependency Update
3 years ago
Updated dependencies and the IGDB Protocol buffer template The template adds structure for new Game Types: - Remake - Remaster - Expanded Game - Port - Fork
Query Count
3 years ago
This release comes with new features for querying the count of an endpoint. ex: /games/count example code: ```swift wrapper.apiProtoCountRequest(endpoint: .GAMES, apicalypseQuery: "", dataResponse: { bytes -> (Void) in let count = try! Proto_Count(serializedData: bytes).count }) { (RequestException) -> (Void) in ... } wrapper.apiJsonCountRequest(endpoint: .GAMES, apicalypseQuery: "", dataResponse: { count -> (Void) in print(count) }) { (RequestException) -> (Void) in ... } ```
Added support for Swift Package manager
3 years ago
Updated the repository to work with Swift Package manager and Cocoapods
iOS macOS watchOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics