raiden-api-client
Advanced tools
Comparing version
@@ -0,0 +0,0 @@ import { Address, Channel, Channels, Connections, Events, Partners, Payment, Token, Tokens, Transfers } from "../models/v1"; |
@@ -0,0 +0,0 @@ "use strict"; |
import { RaidenClient } from "./core/client"; | ||
export default RaidenClient; |
@@ -0,0 +0,0 @@ "use strict"; |
export interface Address { | ||
our_address: string; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface Channel { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface Connection { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface Event { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export { Address } from "./address"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface Partner { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface Payment { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface Token { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface Transfer { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "raiden-api-client", | ||
"description": "Raiden Network API TypeScript client", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"author": "wslyvh", | ||
@@ -20,3 +20,3 @@ "license": "MIT", | ||
}, | ||
"homepage": "https://github.com/wslyvh/Raiden-client#readme", | ||
"homepage": "https://wslyvh.github.io/raiden-api-client/", | ||
"main": "build/index.js", | ||
@@ -23,0 +23,0 @@ "types": "build/index.d.ts", |
# Raiden-client | ||
Raiden Network API TypeScript client | ||
[](https://travis-ci.org/wslyvh/raiden-api-client) | ||
[](https://codecov.io/gh/wslyvh/raiden-api-client) | ||
[](https://sonarcloud.io/dashboard?id=raiden-api-client) | ||
[](https://sonarcloud.io/dashboard?id=raiden-api-client) | ||
[](https://sonarcloud.io/dashboard?id=raiden-api-client) | ||
[](https://www.npmjs.com/package/raiden-api-client) | ||
@@ -14,5 +12,7 @@ [](https://www.npmjs.com/package/raiden-api-client) | ||
Raiden has a Restful API with URL endpoints corresponding to user-facing interaction allowed by a Raiden node. The endpoints accept and return JSON encoded objects. | ||
A lightweight Raiden Network API TypeScript client to interact with a Raiden Network node. | ||
[Full documentation](https://raiden-network.readthedocs.io/en/latest/rest_api.html) | ||
- [Official Website](https://raiden.network) | ||
- [Official Developer Portal](https://developer.raiden.network/) | ||
- [Official Raiden Network API documentation](https://raiden-network.readthedocs.io/en/latest/rest_api.html) | ||
@@ -34,1 +34,13 @@ # Install | ||
``` | ||
# Documentation | ||
- [Raiden Client API documentation](https://wslyvh.github.io/raiden-api-client/) | ||
# Contributing | ||
See [CONTRIBUTING](./.github/CONTRIBUTING.MD). | ||
# License | ||
This project is released under the MIT License. See [LICENSE](LICENSE). |
Sorry, the diff of this file is not supported yet
45
36.36%19280
-1%