aaronsky / appstoreconnect

Unofficial REST API client for Apple's App Store Connect API
MIT License
25 stars 15 forks source link

Add Provisioning Endpoints #6

Open orj opened 4 years ago

orj commented 4 years ago

It would be really useful to add the provisioning endpoints to this package.

eg:

GET|POST https://api.appstoreconnect.apple.com/v1/bundleIds
GET https://api.appstoreconnect.apple.com/v1/bundleIds/{id}
GET https://api.appstoreconnect.apple.com/v1/bundleIds/{id}/relationships/profiles
and more

API docs for additional APIs:

If I was a more knowledgeable JavaScript/TypeScript developer I'd start this work myself. But kinda need some guidance in order to do that.