mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 14:40:53 +00:00
Merge pull request #1070 from wing328/objc_readme_update
[Objc] minor wording change for readme based on feedback from developers
This commit is contained in:
commit
97580a8c45
@ -12,6 +12,10 @@ To install it, put the API client library in your project and then simply add th
|
|||||||
pod "{{podName}}", :path => "/path/to/lib"
|
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
|
## Author
|
||||||
|
|
||||||
{{#apiInfo}}{{#apis}}{{^hasMore}}{{infoEmail}}
|
{{#apiInfo}}{{#apis}}{{^hasMore}}{{infoEmail}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user