https://github.com/apimatic/petstore
Petstore demo
https://github.com/apimatic/petstore
Last synced: about 1 year ago
JSON representation
Petstore demo
- Host: GitHub
- URL: https://github.com/apimatic/petstore
- Owner: apimatic
- License: mit
- Created: 2023-01-13T23:05:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T18:01:59.000Z (over 3 years ago)
- Last Synced: 2025-02-10T14:53:17.708Z (over 1 year 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"
}
}
```