2015-06-27 01:58:19 +00:00
|
|
|
# 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.
|
|
|
|
|
2015-06-27 01:58:19 +00:00
|
|
|
## 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:
|
2015-06-27 01:58:19 +00:00
|
|
|
|
|
|
|
```ruby
|
2015-07-07 07:45:25 +00:00
|
|
|
pod "SwaggerClient", :path => "/path/to/lib"
|
2015-06-27 01:58:19 +00:00
|
|
|
```
|
|
|
|
|
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.
|
|
|
|
|
2015-06-27 01:58:19 +00:00
|
|
|
## Author
|
|
|
|
|
2015-07-07 07:45:25 +00:00
|
|
|
apiteam@swagger.io
|
2015-06-27 01:58:19 +00:00
|
|
|
|
|
|
|
|