mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 19:33:55 +00:00
27f1b6ee98
* Another approach: extending NodeJS server to support GCF. This does not add a new language, but adding some client options to support Google Cloud Functions (GCF). * Add URLs for how to deploy the generated code. Adds the client options help message and the README.md file. |
||
---|---|---|
.. | ||
api | ||
controllers | ||
index.js | ||
package.json | ||
README.md |
Swagger generated server
Overview
This server was generated by the swagger-codegen project. By using the OpenAPI-Spec from a remote server, you can easily generate a server stub.
Deploying the function
To deploy this module into Google Cloud Functions, you will have to use Google Cloud SDK commandline tool.
See Google Cloud Functions quick start guide and Deploying Cloud Functions for the details.
This project leverages the mega-awesome swagger-tools middleware which does most all the work.