https://github.com/elky84/igdb-to-json
https://github.com/elky84/igdb-to-json
igdb kotlin
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elky84/igdb-to-json
- Owner: elky84
- License: apache-2.0
- Created: 2023-03-28T08:54:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T14:47:58.000Z (about 3 years ago)
- Last Synced: 2024-05-01T14:50:27.399Z (about 2 years ago)
- Topics: igdb, kotlin
- Language: Kotlin
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# igdb-to-json
## introduce
This is an example of calling igdb API to get information.
## configuration
Rename application.properties.example to application.properties, and import and set the two values of igdb.client-id and igdb.client-secret.
A Twitch account is required. Also, refer to the link below to obtain the client-id and client-secret and enter them in the configuration file.
- [IGDB: Video Game Database API](https://m.igdb.com/api)
- [Account Creation – IGDB API docs](https://api-docs.igdb.com/#account-creation)
- https://github.com/husnjak/IGDB-API-JVM