You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq-generators.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -494,6 +494,8 @@ Here is a working sample that put's together all of this.
494
494
- The default project structure now follows the SPM (Swift Package Manager) structure. To revert to the old structure, set the `useSPMFileStructure` flag to `false`.
495
495
- The former `{{projectName}}API` is now called `{{projectName}}APIConfiguration`.
496
496
- 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`.
0 commit comments