GithubHelp home page GithubHelp logo

fibercrypto / libjs-skycoin Goto Github PK

View Code? Open in Web Editor NEW
0.0 5.0 2.0 5.1 MB

Javascript (web & node) client library for the Skycoin API

Makefile 0.20% TypeScript 23.69% Shell 0.23% JavaScript 0.16% Python 0.06% C++ 75.66%
skycoin client-library client-lib client-lib-js rest-api restapi swagger openapi swig javascript

libjs-skycoin's Introduction

fibercrypto

Open-source ecosystem of cryptocurrency tools

libjs-skycoin's People

Contributors

olemis avatar stdevmac avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

uhsimelo simelo

libjs-skycoin's Issues

Update Typescript Node API wrapper v0.25.1

Expected Behavior

Typescript Node API wrapper v0.25.1 using the latest v0.25.1 specification.

Actual Behavior

Typescript Node API wrapper v0.25.1 using an old v0.25.1 specification.

Possible Solution

Generate wrapper with the latest v0.25.1 specification.

Deploy to npmjs.com

Expected Behavior

Deploy library:

  • npmjs.com

Actual Behavior

Not implemented any deploy artifact

Possible Solution

  • Use travis to deploy to npmjs.com

Typescript Node API wrapper for Skycoin node API

Expected Behavior

Access to Skycoin node REST API implemented in Typescript using node.

Actual Behavior

Right now this is not possible.

Specifications

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

Possible Solution

  • Use Skycoin node Swagger spec to generate initial Typescript 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

Generate Typescript Axios API wrapper v0.26.0

Expected Behavior

Typescript Axios API wrapper using v0.26.0 specification.

Actual Behavior

Typescript Axios API wrapper using v0.26.0 specification.

Possible Solution

Generate Typescript Axios API wrapper with the v0.26.0 specification

Feature request template

Expected Behavior

Feature request form pre-filled with default text and values

Actual Behavior

All issues initialized as bug requests

Add Dockerfile for libjs-skycoin

Expected Behavior

This should complement docker images

Actual Behavior

Not implemented

Specifications

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

Possible Solution

  • Create a Dockerfile
  • Run basic tests in DockerCloud

Generate Typescript Node API wrapper v0.26.0

Expected Behavior

Typescript Node API wrapper using v0.26.0 specification.

Actual Behavior

Typescript Node API wrapper using v0.26.0 specification.

Possible Solution

Generate Typescript Node API wrapper with the v0.26.0 specification

Update Typescript Axios API wrapper v0.25.1

Expected Behavior

Typescript Axios API wrapper v0.25.1 using the latest v0.25.1 specification.

Actual Behavior

Typescript Axios API wrapper v0.25.1 using an old v0.25.1 specification.

Possible Solution

Generate wrapper with the latest v0.25.1 specification.

Generate Typescript Axios API wrapper v0.27.0

Expected Behavior

Typescript Axios API wrapper using v0.27.0 specification.

Actual Behavior

Typescript Axios API wrapper using v0.27.0 specification.

Possible Solution

Generate Typescript Axios API wrapper with the v0.27.0 specification

Typescript Angularjs API wrapper for Skycoin node API

Expected Behavior

Access to Skycoin node REST API implemented in Typescript using angularjs.

Actual Behavior

Right now this is not possible.

Specifications

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

Possible Solution

  • Use Skycoin node Swagger spec to generate initial Typescript 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

Add library wapper to hardware wallet deamon

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 typescript-angular client

Describe alternatives you've considered

Possible implementation

Grab the YAML OpenAPI spec from github project in make configure
Generate the library at lib/skyhwd

Add Readme to project

Add readme to project

Must contains:

  • Swig documentation
  • Axios library reference
  • NodeJS library reference

Generate Typescript Node API wrapper v0.27.0

Expected Behavior

Typescript Node API wrapper using v0.27.0 specification.

Actual Behavior

Typescript Node API wrapper using v0.27.0 specification.

Possible Solution

Generate Typescript Node API wrapper with the v0.27.0 specification

Typescript Angular v2 API wrapper for Skycoin node API

Expected Behavior

Access to Skycoin node REST API implemented in Typescript using angular.

Actual Behavior

Right now this is not possible.

Specifications

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

Possible Solution

  • Use Skycoin node Swagger spec to generate initial Typescript 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

Typescript Fetch API wrapper for Skycoin node API

Expected Behavior

Access to Skycoin node REST API implemented in Typescript using fetch.

Actual Behavior

Right now this is not possible.

Specifications

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

Possible Solution

  • Use Skycoin node Swagger spec to generate initial Typescript 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

Typescript Axios API wrapper for Skycoin node API

Expected Behavior

Access to Skycoin node REST API implemented in Typescript using axios.

Actual Behavior

Right now this is not possible.

Specifications

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

Possible Solution

  • Use Skycoin node Swagger spec to generate initial Typescript 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

Skycoin JS wrappers to consume Skycoin REST web services

Provide access to Skycoin REST API endpoints. A single portable code is preferres as long as it can run on both web browser and nodejs server-side .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.