Skip to content

Commit

Permalink
Add online services to the documentation (#1550)
Browse files Browse the repository at this point in the history
* update online service

* update readme with online services

* minor wording change

* revise wordings

* add links to linode logo
  • Loading branch information
wing328 committed Nov 27, 2018
1 parent 46a4ffe commit 51a3a22
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,15 @@ Please refer to [integration.md](docs/integration.md) on how to integrate OpenAP

### [3.3 - Online OpenAPI generator](#table-of-contents)

Here are the public online services:

- latest stable version: http://api.openapi-generator.tech
- latest master: http://api-latest-master.openapi-generator.tech (updated with latest master every hour)

The server is sponsored by [Linode](https://www.linode.com/) [![Linode Logo](https://www.linode.com/media/images/logos/standard/light/linode-logo_standard_light_small.png)](https://www.linode.com/)

(These services are beta and do not have any guarantee on service level)

Please refer to [online-openapi-generator.md](docs/online-openapi-generator.md) on how to run and use the `openapi-generator-online` - a web service for `openapi-generator`.

### [3.4 - License information on Generated Code](#table-of-contents)
Expand Down
13 changes: 11 additions & 2 deletions docs/online-openapi-generator.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
## Online OpenAPI generator

One can also generate API client or server using the online openapi-generator.
One can also generate API clients or server stubs using the online openapi-generator.

Here are the steps to run it locally:
Here are the public online services:

- latest stable version: http://api.openapi-generator.tech
- latest master: http://api-latest-master.openapi-generator.tech (updated with latest master every hour)

The server is sponsored by [Linode](https://www.linode.com/) [![Linode Logo](https://www.linode.com/media/images/logos/standard/light/linode-logo_standard_light_small.png)](https://www.linode.com/)

(These services are beta and do not have any guarantee on service level)

If you prefer to run the service locally, here are the steps:
```
mvn clean install
cd modules/openapi-generator-online
Expand Down

0 comments on commit 51a3a22

Please sign in to comment.