Skip to content

Implement client for the hardware wallet daemon REST API #126

@olemis

Description

@olemis

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 specs

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions