View Source Petstore.Pets (openapi_compiler v1.0.0-beta.18)

Swagger Petstore - 1.0.0

License: MIT

Link to this section Summary

Link to this section Functions

Link to this function

create_pets(client \\ %Tesla.Client{}, config)

View Source

See Petstore.post_pets/2.

Link to this function

list_pets(client \\ %Tesla.Client{}, config)

View Source

See Petstore.get_pets/2.

Link to this function

show_pet_by_id(client \\ %Tesla.Client{}, config)

View Source

See Petstore.get_pets_pet_id/2.