Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyperledgendary/generic-rest-api
Contract agnostic REST API for experimenting with Fabric networks
https://github.com/hyperledgendary/generic-rest-api
Last synced: about 1 month ago
JSON representation
Contract agnostic REST API for experimenting with Fabric networks
- Host: GitHub
- URL: https://github.com/hyperledgendary/generic-rest-api
- Owner: hyperledgendary
- License: apache-2.0
- Created: 2019-12-04T11:09:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T16:06:18.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T06:40:27.827Z (3 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generic-rest-api
Contract agnostic REST API for experimenting with Fabric networks
No code yet but there hopefully will be at some point. Plan A is to give [OpenAPI Generator](https://openapi-generator.tech) a try.
```
docker run --rm \
-v ${PWD}:/local openapitools/openapi-generator-cli generate \
-i /local/api/openapi.yaml \
-g nodejs-express-server \
-o /local/out/nodejs-express-server
```