HTTP Routing Table
| /pets | ||
GET /pets | List all pets | |
GET /pets/{petId} | Info for a specific pet | |
POST /pets | Create a pet |
| /pets | ||
GET /pets | List all pets | |
GET /pets/{petId} | Info for a specific pet | |
POST /pets | Create a pet |