{"id":19365691,"url":"https://github.com/ryanleecode/raiden-openapi-sdk","last_synced_at":"2025-02-24T13:21:54.460Z","repository":{"id":57332541,"uuid":"200333418","full_name":"ryanleecode/raiden-openapi-sdk","owner":"ryanleecode","description":null,"archived":false,"fork":false,"pushed_at":"2019-08-15T13:09:41.000Z","size":93,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T04:32:55.698Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryanleecode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-03T04:56:29.000Z","updated_at":"2019-08-15T13:09:43.000Z","dependencies_parsed_at":"2022-09-21T04:41:48.161Z","dependency_job_id":null,"html_url":"https://github.com/ryanleecode/raiden-openapi-sdk","commit_stats":null,"previous_names":["drdgvhbh/raiden-openapi-sdk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanleecode%2Fraiden-openapi-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanleecode%2Fraiden-openapi-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanleecode%2Fraiden-openapi-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanleecode%2Fraiden-openapi-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanleecode","download_url":"https://codeload.github.com/ryanleecode/raiden-openapi-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240483904,"owners_count":19808673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T07:41:54.359Z","updated_at":"2025-02-24T13:21:54.440Z","avatar_url":"https://github.com/ryanleecode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raiden OpenAPI SDK\n\nThis project is an typescript SDK for the [Raiden API](https://raiden-network.readthedocs.io/en/latest/rest_api.html). It was generated using [openapi-generator](https://github.com/OpenAPITools/openapi-generator) from the [swagger](./swagger.yaml) file I made.\n\nThis is a low level entrypoint for the API. You can find the higher level abstraction [here](https://github.com/drdgvhbh/raiden-api-sdk).\n\n## Installation\n\n`npm install raiden-openapi-sdk`\n\n## Documentation\n\nhttp://raiden-openapi.drdgvhbh.site/\n\n## Usage\n\n```typescript\nimport {\n  Configuration,\n  ConfigurationParameters,\n  ChannelsApi,\n  RaidenNodeApi,\n  PaymentsApi,\n  PendingTransfersApi,\n  TokensApi,\n  ConnectionsApi\n} from 'raiden-swagger-sdk';\n\nconst configuration = new Configuration({\n  basePath: 'http://127.0.0.1:5001/api/v1' // is the default\n});\nconst channelsApi = new ChannelsApi(configuration);\nconst raidenNodeApi = new RaidenNodeApi(configuration);\nconst paymentsApi = new PaymentsApi(configuration);\nconst pendingTransfersApi = new PendingTransfersApi(configuration);\nconst tokensApi = new TokensApi(configuration);\nconst connectionsApi = new ConnectionsApi(configuration);\n```\n\n## Contributing\n\nSince the code is generated, any changes should be directed at the [swagger.yaml](./swagger.yaml) file. If you are adding a new API route, doucment where it is in the official Raiden API docs in your PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanleecode%2Fraiden-openapi-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanleecode%2Fraiden-openapi-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanleecode%2Fraiden-openapi-sdk/lists"}