You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@olemis commented on Mar 17
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
The text was updated successfully, but these errors were encountered: