Description Usage Arguments Value Examples
igdb_request requests the IGDB API for information
1 | igdb_request(endpoint, parameters = "", key = "")
|
endpoint |
The endpoint you wish to request, use the pre-made endpoint varaiables |
parameters |
the completed query parameters from igdb_parameters |
key |
IGDB API key |
a structure containing:
content: Parsed JSON
path: complete path
response
1 | igdb_request(GAMES, igdb_parameters(fields = "id,name"), key = "YOUR_KEY")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.