graphsense / graphsense-REST

A REST service for accessing cryptocurrency data stored in Apache Cassandra.
MIT License
10 stars 8 forks source link

Design Python API + Command line interface #38

Closed behas closed 3 years ago

myrho commented 3 years ago

OpenAPI spec is complete (see this repo). Python client is generated here.

CLI work in progress.

myrho commented 3 years ago

Authorization with the CLI openapi generator works if I hardcode credentials although there should be a way to pass a credentials file at runtime. I haven't figured out yet how. I've asked for help but haven't got an answer.

The author seems to put more focus on the successor of the openapi-cli-generator: restish. I've also tried this tool but it crashes when reading in the graphsense openapi spec ...

I think I need more time for the graphsense CLI.