Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apimatic/petstore

Petstore demo
https://github.com/apimatic/petstore

Last synced: 15 days ago
JSON representation

Petstore demo

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"
}
}
```