Skip to content
Get started

API Reference

Libraries

npm install git+ssh://git@github.com:stainless-sdks/rp-test-docs-1-typescript.git

API Overview

Pets

Everything about your Pets

Finds Pets by status
GET/pet/findByStatus
Finds Pets by tags
GET/pet/findByTags
Find pet by ID
GET/pet/{petId}
Deletes a pet
DELETE/pet/{petId}
uploads an image
POST/pet/{petId}/uploadImage

Store

Access to Petstore orders

StoreOrders

Access to Petstore orders

Place an order for a pet
POST/store/order
Find purchase order by ID
GET/store/order/{orderId}
Delete purchase order by ID
DELETE/store/order/{orderId}

Users

Operations about user

Create user
POST/user
Get user by user name
GET/user/{username}
Update user
PUT/user/{username}
Delete user
DELETE/user/{username}