-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
openapiRelated to REST and OpenAPI specsRelated to REST and OpenAPI specs
Description
Feature description
Implement client for the hardware wallet daemon REST API
Is your feature request related to a problem? Please describe.
skycoin/hardware-wallet-daemon#8 adds a swagger.yml spec defining HTTP REST API for interacting with hardware wallets .
Describe the solution you'd like
Generate Python client powered by requests
Describe alternatives you've considered
There might be other choices but Skycoin nodes REST API is generated with requests already.
Possible implementation
- Grab the YAML OpenAPI spec from github project in
make configure - Generate package at
skywallet - Remove intermediate output files in
make clean
Metadata
Metadata
Assignees
Labels
openapiRelated to REST and OpenAPI specsRelated to REST and OpenAPI specs