Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```