IGDB-SWIFT-API icon indicating copy to clipboard operation
IGDB-SWIFT-API copied to clipboard

A Swift wrapper for the IGDB.com Free Video Game Database API.

Results 7 IGDB-SWIFT-API issues
Sort by recently updated
recently updated
newest added

I got a _Package Resolution Failed_ message when try to import it to my new project. The Xcode version is 15.3.

this is my code: ``` let apicalypse = APICalypse() .fields(fields: "id,name,category") // Specify the fields you want to retrieve .where(query: "name = \"w\"") // Use the "where" clause to search...

I am trying to use this package with example code, I ahve setup Access Token and ClientID, but this error is raised up everytime `Fatal error: 'try!' expression unexpectedly raised...

bug

Same issue as before. IGDB_SWIFT_API: closure #1 in IGDBWrapper.ageRatings(apiCalypse:result:errorResponse:) + 376 Now referencing the ageRatings function, though again I don't use this anywhere in my code. Possibly it's just the...

As per IGDB official notice, they are [migrating Enums to Tables](https://api-docs.igdb.com/?shell#migration-enums-to-tables). In the process, some field names are changing. I assume the api would need to modify the name of...

As the title suggests, when IGDB-SWIFT-API attempts to add response or error data back to the closure it was called from, it initiates a `SIGTRAP` on the application. I am...

Hey, thanks for this easy to use Swift-wrapper for the IGDB API. It seems that there is no function for the ["time to beat" endpoint](https://api-docs.igdb.com/?swift#game-time-to-beat). The model (`Proto_GameTimeToBeat`) seems to...