fibercrypto / fibercrypto/pyskyfiber
Implement client for the hardware wallet daemon REST API
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
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**
- [x] Grab the YAML OpenAPI spec from github project in `make configure`
- [x] Generate package at `skywallet`
- [x] Remove intermediate output files in `make clean`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.