|
1 |
| -# io.swagger.server - Kotlin Server library for Swagger Petstore |
| 1 | +# org.openapitools.server - Kotlin Server library for OpenAPI Petstore |
2 | 2 |
|
3 |
| -This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters. |
| 3 | +This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. |
4 | 4 |
|
5 |
| -Generated by Swagger Codegen 2.3.0 (2018-01-21T22:11:17.518-05:00). |
| 5 | +Generated by OpenAPI Generator 3.0.0-SNAPSHOT (2018-05-09T05:00:11.354+02:00[Europe/Zurich]). |
6 | 6 |
|
7 | 7 | ## Requires
|
8 | 8 |
|
@@ -40,7 +40,7 @@ docker run -p 8080:8080 kotlin-server
|
40 | 40 |
|
41 | 41 | * Supports JSON inputs/outputs, File inputs, and Form inputs (see ktor documentation for more info).
|
42 | 42 | * ~Supports collection formats for query parameters: csv, tsv, ssv, pipes.~
|
43 |
| -* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in Swagger definitions. |
| 43 | +* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. |
44 | 44 |
|
45 | 45 | <a name="documentation-for-api-endpoints"></a>
|
46 | 46 | ## Documentation for API Endpoints
|
@@ -74,12 +74,12 @@ Class | Method | HTTP request | Description
|
74 | 74 | <a name="documentation-for-models"></a>
|
75 | 75 | ## Documentation for Models
|
76 | 76 |
|
77 |
| - - [io.swagger.server.models.ApiResponse](docs/ApiResponse.md) |
78 |
| - - [io.swagger.server.models.Category](docs/Category.md) |
79 |
| - - [io.swagger.server.models.Order](docs/Order.md) |
80 |
| - - [io.swagger.server.models.Pet](docs/Pet.md) |
81 |
| - - [io.swagger.server.models.Tag](docs/Tag.md) |
82 |
| - - [io.swagger.server.models.User](docs/User.md) |
| 77 | + - [org.openapitools.server.models.ApiResponse](docs/ApiResponse.md) |
| 78 | + - [org.openapitools.server.models.Category](docs/Category.md) |
| 79 | + - [org.openapitools.server.models.Order](docs/Order.md) |
| 80 | + - [org.openapitools.server.models.Pet](docs/Pet.md) |
| 81 | + - [org.openapitools.server.models.Tag](docs/Tag.md) |
| 82 | + - [org.openapitools.server.models.User](docs/User.md) |
83 | 83 |
|
84 | 84 |
|
85 | 85 | <a name="documentation-for-authorization"></a>
|
|
0 commit comments