Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discoverability: Making the API easier to learn #7

Open
aaronsky opened this issue Nov 28, 2022 · 1 comment
Open

Discoverability: Making the API easier to learn #7

aaronsky opened this issue Nov 28, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed

Comments

@aaronsky
Copy link
Owner

The App Store Connect API is a complex beast, and while this library does good work around making authorization, paging, and uploading easier, the learning curve of the API itself is still quite high. I'd like to do some research to see how to improve the wrapper around the API to make it friendlier to Swift devs, either at the codegen level or through helpers created at the library level.

@aaronsky aaronsky added documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed labels Nov 28, 2022
@aaronsky
Copy link
Owner Author

This is now easier with the new architecture, as helpers do not have to live in the client module and can instead be extensions in the respective API libraries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant