openapi-generator/samples/client/petstore/objc
2016-03-04 15:59:13 +08:00
..
SwaggerClient update objc and swift petstore sample 2016-03-04 15:59:13 +08:00
SwaggerClientTests generated ObjC method names to follow Apple's coding convention 2016-02-16 10:55:36 +09:00
README.md re-built sample objc-petstore 2015-09-03 12:31:30 -07:00
SwaggerClient.podspec rebuilt 2015-10-20 10:31:17 -07:00

SwaggerClient

Requirements

The API client library requires ARC (Automatic Reference Counting) to be enabled in your Xcode project.

Installation

To install it, put the API client library in your project and then simply add the following line to your Podfile:

pod "SwaggerClient", :path => "/path/to/lib"

Recommendation

It's recommended to create an instance of ApiClient per thread in a multithreaded environment to avoid any potential issue.

Author

apiteam@swagger.io