Skip to content

Create subpackages to only include endpoints that are used #183

@AvdLee

Description

@AvdLee

By separating the package into subpackages, we allow implementors to only use the endpoints they need. CreateAPI/CreateAPI#57 researched build times and showed that it's not easy to improve build times right now.

I'm pretty sure if packages include less files, build times will improve.

For example, we could follow the headers from this menu:

image

Maybe it's possible using interfaces, e.g. import AppStoreConnect_Swift_SDK.TestFlight

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions