Aprovan Registry
provider 19 operations
@utdk/petstore
Swagger Petstore - OpenAPI 3.0

Generated UTDK provider client for Swagger Petstore - OpenAPI 3.0. This is a sample Pet Store Server based on the OpenAPI 3.0 specification. You can find out more about Swagger at https://swagger.io. In the third iteration of the pet store, we've switched to the design first approach! You can now help us improve the API whether it's by making changes to the definition itself or to the code. That way, with time, we can improve the API in general, and expose some of the new features in OAS3.

Some useful links:

Import sample

import petstore from "@utdk/petstore"

Factory sample

import { createPetstoreClient } from "@utdk/petstore"
Provider path
petstore
Source API title
Swagger Petstore - OpenAPI 3.0
Version
1.0.27
Generated
May 30, 2026, 10:05 PM
Homepage
Open site
API spec
View spec
README
Embedded directly from the package source.

petstore

Generated UTDK provider types and OpenAPI-backed client for https://petstore3.swagger.io/api/v3/openapi.json.

Operations
19 operations — open try-it console
Method Operation ID
POST addPet Try
PUT updatePet Try
GET findPetsByStatus Try
GET findPetsByTags Try
GET getPetById Try
POST updatePetWithForm Try
DELETE deletePet Try
POST uploadFile Try
GET getInventory Try
POST placeOrder Try
GET getOrderById Try
DELETE deleteOrder Try
POST createUser Try
POST createUsersWithListInput Try
GET loginUser Try
GET logoutUser Try
GET getUserByName Try
PUT updateUser Try
DELETE deleteUser Try