openapi-generator/samples/client/petstore/objc/README.md

24 lines
505 B
Markdown
Raw Normal View History

# SwaggerClient
## Requirements
2015-07-07 07:45:25 +00:00
The API client library requires ARC (Automatic Reference Counting) to be enabled in your Xcode project.
## Installation
2015-07-07 07:45:25 +00:00
To install it, put the API client library in your project and then simply add the following line to your Podfile:
```ruby
2015-07-07 07:45:25 +00:00
pod "SwaggerClient", :path => "/path/to/lib"
```
2015-09-03 19:31:30 +00:00
## Recommendation
It's recommended to create an instance of ApiClient per thread in a multithreaded environment to avoid any potential issue.
## Author
2015-07-07 07:45:25 +00:00
apiteam@swagger.io