Files
openapi-generator/modules/swagger-codegen/src/main/resources/objc
geekerzp b7cd38d38b Update objc client.
Sanitize request parameters (path, query, header, form, body).
2015-08-21 09:42:31 +08:00
..
2015-08-21 09:42:31 +08:00
2015-08-21 09:42:31 +08:00
2015-08-21 09:42:31 +08:00

# {{podName}}

## 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:

```ruby
pod "{{podName}}", :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

{{#apiInfo}}{{#apis}}{{^hasMore}}{{infoEmail}}
{{/hasMore}}{{/apis}}{{/apiInfo}}