mirror of
https://github.com/marmelab/awesome-rest.git
synced 2026-01-24 04:08:05 -08:00
add generator section, add openapi-generator
This commit is contained in:
@@ -10,6 +10,7 @@ A collaborative list of great resources about RESTful API architecture, developm
|
|||||||
* [Node.js](#nodejs-clients)
|
* [Node.js](#nodejs-clients)
|
||||||
* [Ruby](#ruby-clients)
|
* [Ruby](#ruby-clients)
|
||||||
* [Go](#go-clients)
|
* [Go](#go-clients)
|
||||||
|
* [Generators](#generators)
|
||||||
* [Servers](#servers)
|
* [Servers](#servers)
|
||||||
* [Directly On Top Of A RMDB](#directly-on-top-of-a-rmdb)
|
* [Directly On Top Of A RMDB](#directly-on-top-of-a-rmdb)
|
||||||
* [Node.js](#nodejs)
|
* [Node.js](#nodejs)
|
||||||
@@ -93,6 +94,10 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
|
|||||||
* [gopencils](https://github.com/bndr/gopencils) - Small and simple package to easily consume REST APIs.
|
* [gopencils](https://github.com/bndr/gopencils) - Small and simple package to easily consume REST APIs.
|
||||||
* [resty](https://github.com/go-resty/resty) - Simple HTTP and REST client for Go inspired by Ruby rest-client.
|
* [resty](https://github.com/go-resty/resty) - Simple HTTP and REST client for Go inspired by Ruby rest-client.
|
||||||
|
|
||||||
|
### Generators
|
||||||
|
|
||||||
|
* [openapi-generator](https://github.com/OpenAPITools/openapi-generator) - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3).
|
||||||
|
|
||||||
## Servers
|
## Servers
|
||||||
|
|
||||||
### Directly On Top Of A RMDB
|
### Directly On Top Of A RMDB
|
||||||
|
|||||||
Reference in New Issue
Block a user