openapi-generator/samples/server/petstore/nodejs-google-cloud-functions
William Cheng e7f4fb3c45
Fix nodejs-server path issue in windows platform (#7808)
* fix nodejs-server path issue in windows platform

* only replace character in apiPackage
2018-03-12 23:21:07 +08:00
..
.swagger-codegen fix NPE when host is undefined (#7633) 2018-02-10 17:11:11 +08:00
api Fix nodejs-server path issue in windows platform (#7808) 2018-03-12 23:21:07 +08:00
controllers Update all samples. 2017-03-15 18:25:40 +01:00
service Fix nodejs-server path issue in windows platform (#7808) 2018-03-12 23:21:07 +08:00
utils fix NPE when host is undefined (#7633) 2018-02-10 17:11:11 +08:00
.swagger-codegen-ignore Use deterministic randomness in ExampleGenerator. (#5068) 2017-03-15 17:15:13 +08:00
index.js Introduce NodeJS codegen for Google Cloud Functions. (#4406) 2016-12-22 23:11:52 +08:00
package.json Introduce NodeJS codegen for Google Cloud Functions. (#4406) 2016-12-22 23:11:52 +08:00
README.md Introduce NodeJS codegen for Google Cloud Functions. (#4406) 2016-12-22 23:11:52 +08:00

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.