Hexo Swagger

Star

Home PetStore
2018-10-18

Swagger Petstore 1.0.0

This is a sample server Petstore server. You can find out more about Swagger at http://swagger.io or on irc.freenode.net, #swagger. For this sample, you can use the api key special-key to test the authorization filters.

License

Apache 2.0

Contact the developer

  • email - apiteam@swagger.io

External Docs

Find out more about Swagger http://swagger.io


Servers

  • https://petstore.swagger.io/v2
  • http://petstore.swagger.io/v2
Share

Paths

  • pet

    • [GET] /pet
    • [POST] /pet
    • [PUT] /pet
    • [GET] /pet/findByStatus
    • [GET] /pet/findByTags
    • [GET] /pet/{petId}
    • [DELETE] /pet/{petId}
    • [POST] /pet/{petId}
    • [GET] /pet/{petId}/uploadImage
    • [POST] /pet/{petId}/uploadImage
  • store

    • [GET] /store/inventory
    • [GET] /store/order
    • [POST] /store/order
    • [GET] /store/order/{orderId}
    • [DELETE] /store/order/{orderId}
  • user

    • [GET] /user
    • [POST] /user
    • [GET] /user/createWithArray
    • [GET] /user/createWithList
    • [POST] /user/createWithList
    • [GET] /user/login
    • [GET] /user/logout
    • [GET] /user/{username}
    • [PUT] /user/{username}
    • [DELETE] /user/{username}

Schemas

  • ApiResponse
  • Category
  • Order
  • Pet
  • Tag
  • User

Archives

  • September 2018
© 2018 Taku Miao
Powered by Hexo
Home PetStore