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

Kotlin API wrapper for the Skycoin node API #4

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

Kotlin API wrapper for the Skycoin node API #4

stdevMac opened this issue Mar 13, 2019 · 1 comment

Comments

@stdevMac
Copy link
Member

stdevMac commented Mar 13, 2019

Expected Behavior

Access to the Skycoin node REST API implemented in Kotlin code or as assembly

Actual Behavior

Right now this is not possible

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 Kotlin 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 added a commit to uhsimelo/libkotlin-skycoin that referenced this issue Mar 20, 2019
stdevMac added a commit to uhsimelo/libkotlin-skycoin that referenced this issue Mar 20, 2019
stdevMac added a commit to uhsimelo/libkotlin-skycoin that referenced this issue Mar 20, 2019
stdevMac added a commit to uhsimelo/libkotlin-skycoin that referenced this issue Mar 20, 2019
stdevMac added a commit to uhsimelo/libkotlin-skycoin that referenced this issue Mar 21, 2019
stdevMac added a commit to uhsimelo/libkotlin-skycoin that referenced this issue Mar 21, 2019
stdevMac added a commit to uhsimelo/libkotlin-skycoin that referenced this issue Mar 21, 2019
stdevMac added a commit to uhsimelo/libkotlin-skycoin that referenced this issue Mar 21, 2019
stdevMac added a commit to uhsimelo/libkotlin-skycoin that referenced this issue Apr 20, 2019
stdevMac added a commit to uhsimelo/libkotlin-skycoin that referenced this issue Apr 26, 2019
adriantpaez pushed a commit to uhsimelo/libkotlin-skycoin that referenced this issue May 9, 2019
adriantpaez pushed a commit to uhsimelo/libkotlin-skycoin that referenced this issue May 9, 2019
adriantpaez pushed a commit to uhsimelo/libkotlin-skycoin that referenced this issue May 9, 2019
adriantpaez pushed a commit to uhsimelo/libkotlin-skycoin that referenced this issue May 9, 2019
adriantpaez pushed a commit to uhsimelo/libkotlin-skycoin that referenced this issue May 9, 2019
adriantpaez pushed a commit to uhsimelo/libkotlin-skycoin that referenced this issue May 9, 2019
adriantpaez pushed a commit to uhsimelo/libkotlin-skycoin that referenced this issue May 9, 2019
adriantpaez pushed a commit to uhsimelo/libkotlin-skycoin that referenced this issue May 9, 2019
@stdevMac
Copy link
Member Author

Update skyapi to latest swagger spec ## Expected Behavior can be found here => https://github.com/simelo/libskycoin/blob/stdevMac_t3_v0.25.1_C_Wrapper_Skycoin_Api/lib/swagger/skycoin.v0.25.1.openapi.v2.yml

adriantpaez pushed a commit to uhsimelo/libkotlin-skycoin that referenced this issue May 15, 2019
adriantpaez pushed a commit to uhsimelo/libkotlin-skycoin that referenced this issue May 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

No branches or pull requests

1 participant