WARNING: This is currently a WIP, not ready for production |
---|
This means that breaking changes will happen in terms of how these wrappers call Alethio's endpoints, use at your own risk.
This repo is an unofficial set of API wrappers for the Alethio API definition written in Golang
Testing and light use is free. If heavier use, get an API key here
The key is imported via environment variables, so be sure to set it via the command:
export ALETHIO_APIKEY="your_api_key"
Structure is modeled after:
Initial pass for completion will create naive structs for each type. Second pass will unify redundant work on structs so that they are more readable and understandable on how the API structure works.