Skip to content
Get started
API Reference

API Reference

Libraries

npm install git+ssh://git@github.com:stainless-sdks/maxf-docs-dev-7-typescript.git
pip install git+ssh://git@github.com/stainless-sdks/maxf-docs-dev-7-python.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}