From 1acfed7ef06b061701b0163e347e3ce9a077c62d Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 27 Nov 2018 15:34:06 +0800 Subject: [PATCH 1/5] update online service --- docs/online-openapi-generator.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/online-openapi-generator.md b/docs/online-openapi-generator.md index 2780ca8dcdbd..c781dd4897ef 100644 --- a/docs/online-openapi-generator.md +++ b/docs/online-openapi-generator.md @@ -1,6 +1,15 @@ ## 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 public online services: + +- latest stable version: http://api.openapi-generator.tech +- latest master: http://api-latest-master.openapi-generator.tech + +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) + +(These services are beta and do not have any guarantee on service level) Here are the steps to run it locally: ``` From f375cb908ed64a43c174a6f9098b86116c35c6dd Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 27 Nov 2018 15:37:02 +0800 Subject: [PATCH 2/5] update readme with online services --- README.md | 9 +++++++++ docs/online-openapi-generator.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dcaa8b4d253..701301f3275a 100644 --- a/README.md +++ b/README.md @@ -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 from 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) + +(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) diff --git a/docs/online-openapi-generator.md b/docs/online-openapi-generator.md index c781dd4897ef..8a2e1e6fe4d5 100644 --- a/docs/online-openapi-generator.md +++ b/docs/online-openapi-generator.md @@ -5,7 +5,7 @@ One can also generate API clients or server stubs using the online openapi-gener Here are the public online services: - latest stable version: http://api.openapi-generator.tech -- latest master: http://api-latest-master.openapi-generator.tech +- latest master: http://api-latest-master.openapi-generator.tech (updated from 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) From b3189f5570f8c3b98f0662494d79c66d5b5c54d9 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 27 Nov 2018 15:38:35 +0800 Subject: [PATCH 3/5] minor wording change --- README.md | 2 +- docs/online-openapi-generator.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 701301f3275a..0f9451bae0c9 100644 --- a/README.md +++ b/README.md @@ -479,7 +479,7 @@ Please refer to [integration.md](docs/integration.md) on how to integrate OpenAP Here are the public online services: - latest stable version: http://api.openapi-generator.tech -- latest master: http://api-latest-master.openapi-generator.tech (updated from latest master every hour) +- 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) diff --git a/docs/online-openapi-generator.md b/docs/online-openapi-generator.md index 8a2e1e6fe4d5..17bda82047c1 100644 --- a/docs/online-openapi-generator.md +++ b/docs/online-openapi-generator.md @@ -5,7 +5,7 @@ One can also generate API clients or server stubs using the online openapi-gener Here are the public online services: - latest stable version: http://api.openapi-generator.tech -- latest master: http://api-latest-master.openapi-generator.tech (updated from latest master every hour) +- 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) From e76eac3b558fab797e58b935556ddb7003ede7fa Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 27 Nov 2018 15:42:20 +0800 Subject: [PATCH 4/5] revise wordings --- docs/online-openapi-generator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/online-openapi-generator.md b/docs/online-openapi-generator.md index 17bda82047c1..378f8ce355c5 100644 --- a/docs/online-openapi-generator.md +++ b/docs/online-openapi-generator.md @@ -11,7 +11,7 @@ The server is sponsored by [Linode](https://www.linode.com/) ![Linode Logo](http (These services are beta and do not have any guarantee on service level) -Here are the steps to run it locally: +If you prefer to run the service locally, here are the steps: ``` mvn clean install cd modules/openapi-generator-online From affb7c05a41de46b024fee7c592694771c325270 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 27 Nov 2018 15:49:33 +0800 Subject: [PATCH 5/5] add links to linode logo --- README.md | 2 +- docs/online-openapi-generator.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f9451bae0c9..6f1f70f06003 100644 --- a/README.md +++ b/README.md @@ -481,7 +481,7 @@ 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) +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) diff --git a/docs/online-openapi-generator.md b/docs/online-openapi-generator.md index 378f8ce355c5..f41b6419a1a2 100644 --- a/docs/online-openapi-generator.md +++ b/docs/online-openapi-generator.md @@ -7,7 +7,7 @@ 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) +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)