SpaceTraders client
A client for spacetraders.io written in scala using smithytranslate and smithy4s.
Register in their api and expose you bearer token in this env-var SPACETRADERS_BEARER_TOKEN
.
You can use direnv to make this easier.
cp .envrc.example .envrc
# add your token in .envrc
direnv allow
Shoutout to Jakub Kozłowski for his nice smithy4s tutorial on which this project is based.