-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2e7d4b
commit 94cf966
Showing
29 changed files
with
43 additions
and
100 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,16 @@ | ||
# Documentation for OpenAPI Petstore | ||
# Org.OpenAPITools - FastEndpoints ASP.NET Server | ||
This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. | ||
|
||
<a id="documentation-for-api-endpoints"></a> | ||
## Documentation for API Endpoints | ||
## Documentation | ||
|
||
All URIs are relative to *http://petstore.swagger.io/v2* | ||
This generated project include basic configuration for FastEndpoints ASP.NET Server. | ||
For more information regarding FastEndpoints, please visit the [FastEndpoints website](https://fast-endpoints.com). | ||
|
||
Class | Method | HTTP request | Description | ||
------------ | ------------- | ------------- | ------------- | ||
*PetApi* | [**AddPet**](Apis/PetApi.md#addpet) | **POST** /pet | Add a new pet to the store | ||
*PetApi* | [**DeletePet**](Apis/PetApi.md#deletepet) | **DELETE** /pet/{petId} | Deletes a pet | ||
*PetApi* | [**FindPetsByStatus**](Apis/PetApi.md#findpetsbystatus) | **GET** /pet/findByStatus | Finds Pets by status | ||
*PetApi* | [**FindPetsByTags**](Apis/PetApi.md#findpetsbytags) | **GET** /pet/findByTags | Finds Pets by tags | ||
*PetApi* | [**GetPetById**](Apis/PetApi.md#getpetbyid) | **GET** /pet/{petId} | Find pet by ID | ||
*PetApi* | [**UpdatePet**](Apis/PetApi.md#updatepet) | **PUT** /pet | Update an existing pet | ||
*PetApi* | [**UpdatePetWithForm**](Apis/PetApi.md#updatepetwithform) | **POST** /pet/{petId} | Updates a pet in the store with form data | ||
*PetApi* | [**UploadFile**](Apis/PetApi.md#uploadfile) | **POST** /pet/{petId}/uploadImage | uploads an image | ||
*StoreApi* | [**DeleteOrder**](Apis/StoreApi.md#deleteorder) | **DELETE** /store/order/{orderId} | Delete purchase order by ID | ||
*StoreApi* | [**GetInventory**](Apis/StoreApi.md#getinventory) | **GET** /store/inventory | Returns pet inventories by status | ||
*StoreApi* | [**GetOrderById**](Apis/StoreApi.md#getorderbyid) | **GET** /store/order/{orderId} | Find purchase order by ID | ||
*StoreApi* | [**PlaceOrder**](Apis/StoreApi.md#placeorder) | **POST** /store/order | Place an order for a pet | ||
*UserApi* | [**CreateUser**](Apis/UserApi.md#createuser) | **POST** /user | Create user | ||
*UserApi* | [**CreateUsersWithArrayInput**](Apis/UserApi.md#createuserswitharrayinput) | **POST** /user/createWithArray | Creates list of users with given input array | ||
*UserApi* | [**CreateUsersWithListInput**](Apis/UserApi.md#createuserswithlistinput) | **POST** /user/createWithList | Creates list of users with given input array | ||
*UserApi* | [**DeleteUser**](Apis/UserApi.md#deleteuser) | **DELETE** /user/{username} | Delete user | ||
*UserApi* | [**GetUserByName**](Apis/UserApi.md#getuserbyname) | **GET** /user/{username} | Get user by user name | ||
*UserApi* | [**LoginUser**](Apis/UserApi.md#loginuser) | **GET** /user/# | Logs user into the system | ||
*UserApi* | [**LogoutUser**](Apis/UserApi.md#logoutuser) | **GET** /user/logout | Logs out current logged in user session | ||
*UserApi* | [**UpdateUser**](Apis/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user | ||
|
||
## Enabled Features | ||
|
||
<a id="documentation-for-models"></a> | ||
## Documentation for Models | ||
The following feature have been enabled in this project : | ||
- No additional features enabled | ||
|
||
- [Models.ApiResponse](Models/ApiResponse.md) | ||
- [Models.Category](Models/Category.md) | ||
- [Models.Order](Models/Order.md) | ||
- [Models.Pet](Models/Pet.md) | ||
- [Models.Tag](Models/Tag.md) | ||
- [Models.User](Models/User.md) | ||
|
||
<a id="documentation-for-authorization"></a> | ||
## Documentation for Authorization | ||
|
||
|
||
Authentication schemes defined for the API: | ||
<a id="petstore_auth"></a> | ||
### petstore_auth | ||
|
||
- **Type**: OAuth | ||
- **Flow**: implicit | ||
- **Authorization URL**: http://petstore.swagger.io/api/oauth/dialog | ||
- **Scopes**: | ||
- write:pets: modify pets in your account | ||
- read:pets: read your pets | ||
|
||
<a id="api_key"></a> | ||
### api_key | ||
|
||
- **Type**: API key | ||
- **API key parameter name**: api_key | ||
- **Location**: HTTP header | ||
|
16 changes: 0 additions & 16 deletions
16
samples/server/petstore/aspnet/fastendpoints/src/README.md
This file was deleted.
Oops, something went wrong.