Skip to content
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

Java API Wrapper for the Skycoin node #15

Open
10 tasks done
stdevMac opened this issue Mar 13, 2019 · 1 comment
Open
10 tasks done

Java API Wrapper for the Skycoin node #15

stdevMac opened this issue Mar 13, 2019 · 1 comment
Assignees
Milestone

Comments

@stdevMac
Copy link
Member

stdevMac commented Mar 13, 2019

Expected Behavior

Access to the Skycoin node REST API implemented in Java code or as .jar assembly

Actual Behavior

Right now this is only possible using code generated by SWIG , which requires memory handles

Specifications

  • Version: 0.25.1
  • Platform: all
  • Subsystem: all exported API sets

Possible Solution

Generate with Swagger (share more info, please) . Beware of CSRF .

  • Use Skycoin node Swagger spec to generate initial Java REST API client
  • Add make target to automate generation in ./build
  • Aforementioned target should copy / merge relevant files into source code tree
  • README explaining the process
  • Mention in CHANGELOG
  • Patch the result Swagger-gen REST client to support specifying node address
  • Update package metadata
  • Run basic Swagger tests in Travis
  • Unify testing code if multiple frameworks are used across source tree
  • Beware of CSRF auth
@stdevMac
Copy link
Member Author

@m4yk3ldev m4yk3ldev modified the milestones: 0.25.1, 0.26.0 Jul 18, 2019
@m4yk3ldev m4yk3ldev modified the milestones: 0.26.0, 0.27.0 Aug 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants