2.0.0 Beta 1 #171
AvdLee
announced in
Announcements
Replies: 1 comment
-
Hello after some try, I cannot find any way to use PagedDocumentLinks ?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Welcome to the first beta of 2.0.0!
OpenAPI support
Maintenance of this project became harder and harder since the API gained more requests. Every request, parameter, and response had to be added manually, resulting in an incomplete SDK.
The App Store Connect API supports OpenAPI, allowing to generate all paths and responses automatically. This major update to the SDK stays close to the old API, but benefits from autogenerated requests and responses.
Migration
While I won't write a detailed migration guide, migration should be fairly easy. As an example, this is how the example request looked before:
And after:
In other words, migration mostly comes down to restructuring your endpoint construction code.
Feedback and discussions
I would love for you to try out this new version. Any feedback and ideas can be shared in this discussions section.
Beta Was this translation helpful? Give feedback.
All reactions