Skip to content
Get started
API Reference

API Reference

Libraries

npm install git+ssh://git@github.com:stainless-sdks/-typescript.git

API Overview

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

StoreOrders

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

Create user
post/user
Get user by user name
get/user/{username}
Update user
put/user/{username}
Delete user
delete/user/{username}