Skip to content

corpetty/go-alethio-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Alethio API client (golang wrapper for API)

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.

About

Alethio API client written in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages