Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

47 lines (25 loc) · 1.19 KB

Swift5 API client for OpenAPIClient

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

Overview

This API client was generated by the OpenAPI Generator project. By using the [openapi-spec from a remote server, you can easily generate an API client.

  • API version: 1.0.0
  • Package version:
  • Build package: org.openapitools.codegen.languages.Swift5ClientCodegen

Installation

Carthage

Run carthage update

CocoaPods

Run pod install

Documentation for API Endpoints

All URIs are relative to http://petstore.swagger.io/v1

Class Method HTTP request Description
PetsAPI createPets POST /pets Create a pet
PetsAPI listPets GET /pets List all pets
PetsAPI showPetById GET /pets/{petId} Info for a specific pet

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author