Description Usage Arguments Value Examples
Function to run a raw GraphQL query on the API interface
1 | run_query(query, id = get_public_id(), key = get_api_key())
|
query |
The graphQL query to run on the API as a string in single quotes |
id |
The public id of the Numerai application |
key |
The Numerai API key |
The parsed json content returned from the request
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.