Skip to content

Commit e3db6a6

Browse files
authored
[swift][client] update migration docs (#21151)
1 parent 1c62f83 commit e3db6a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/faq-generators.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,8 @@ Here is a working sample that put's together all of this.
494494
- The default project structure now follows the SPM (Swift Package Manager) structure. To revert to the old structure, set the `useSPMFileStructure` flag to `false`.
495495
- The former `{{projectName}}API` is now called `{{projectName}}APIConfiguration`.
496496
- You can now set a request interceptor and retrier by configuring `OpenAPIClient.shared.interceptor`, making authenticated requests easier to manage.
497+
- The protocol `JSONEncodable` was renamed to `ParameterConvertible`.
498+
- The flag `useJSONEncodable` was renamed to `useParameterConvertible`.
497499

498500
## TypeScript
499501

0 commit comments

Comments
 (0)