-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixes #12 - Generate angular typescript API client for Skycoin hardware wallet daemon #18
base: develop
Are you sure you want to change the base?
fixes #12 - Generate angular typescript API client for Skycoin hardware wallet daemon #18
Conversation
This is the openapi specification used to generate the clients.
Also a rule to generate the typescript client using axios was created in the Makefile.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR should not contain anything related to lib/skyapi
, lib/skyhwd
only.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a simple test for querying /v1/version
from a localhost Skycoin node. @stdevIvr did you do so? Please include in Travis , Makefile et al.
…ular based on HWD API 0.1.0
Fixes #12
Changes:
Does this change need to mentioned in CHANGELOG.md?
Yes
Requiere Test