add generator section, add openapi-generator

This commit is contained in:
Florian Kromer
2022-08-07 15:26:57 +02:00
committed by GitHub
parent 195276b761
commit 53fa7b08f0

View File

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