CLI Access to Web Project
The web version of the Charon provides a REST API and CLI for accessing and modifying game data. To access the API, users need to generate an API Key
in the API Keys section of their User Profile.
With the API Key, Charon can easily be integrated into existing game development workflows. For example, the API Key can be used to export game data from the web into a local GIT repository
Step By Step
To generate an API Key:
Navigate to the API Keys section and click on the Generate API Key… button.
Copy the generated
API Key
.Use the
API Key
in the `Authenticate` header to access the REST API or in the--credentials
parameter of the CLI.