Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apimatic/petstore
Petstore demo
https://github.com/apimatic/petstore
Last synced: 15 days ago
JSON representation
Petstore demo
- Host: GitHub
- URL: https://github.com/apimatic/petstore
- Owner: apimatic
- License: mit
- Created: 2023-01-13T23:05:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T18:01:59.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T07:32:46.750Z (7 months ago)
- Language: TypeScript
- Size: 929 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Petstore
Petstore OpenAPI specification modified for demo purposes.We are mocking the Petstore API using Quickmocker.
The following properties were added to the default Petstore specification.
```
"servers": [
{
"url": "https://src8wr32cg.api.quickmocker.com"
}
]
```and
```
"securitySchemes": {
"bearerAuth": {
"type": "http",
"scheme": "bearer",
"description": "bearer token security"
}
}
```