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 typescript-angular client
Describe alternatives you've considered
Possible implementation
Grab the YAML OpenAPI spec from github project in make configure
Generate the library at lib/skyhwd
The text was updated successfully, but these errors were encountered:
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
typescript-angular
clientDescribe alternatives you've considered
Possible implementation
Grab the YAML OpenAPI spec from github project in make configure
Generate the library at lib/skyhwd
The text was updated successfully, but these errors were encountered: