mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
[swift][client] update migration docs (#21151)
This commit is contained in:
parent
1c62f839c5
commit
e3db6a6257
@ -494,6 +494,8 @@ Here is a working sample that put's together all of this.
|
|||||||
- The default project structure now follows the SPM (Swift Package Manager) structure. To revert to the old structure, set the `useSPMFileStructure` flag to `false`.
|
- The default project structure now follows the SPM (Swift Package Manager) structure. To revert to the old structure, set the `useSPMFileStructure` flag to `false`.
|
||||||
- The former `{{projectName}}API` is now called `{{projectName}}APIConfiguration`.
|
- The former `{{projectName}}API` is now called `{{projectName}}APIConfiguration`.
|
||||||
- You can now set a request interceptor and retrier by configuring `OpenAPIClient.shared.interceptor`, making authenticated requests easier to manage.
|
- You can now set a request interceptor and retrier by configuring `OpenAPIClient.shared.interceptor`, making authenticated requests easier to manage.
|
||||||
|
- The protocol `JSONEncodable` was renamed to `ParameterConvertible`.
|
||||||
|
- The flag `useJSONEncodable` was renamed to `useParameterConvertible`.
|
||||||
|
|
||||||
## TypeScript
|
## TypeScript
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user