appstore-connect-sdk
appstore-connect-sdk copied to clipboard
A TypeScript module for Node.js that interacts with the App Store Connect API, providing support for all APIs based on OpenAPI specification.
I'm just getting started with the SDK and running into an issue getting my first request to succeed. Here's my code: ``` export const getReleaseVersions = async (req, res) =>...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...
Since App Store Connect API released 3.1 version now, will this repo upgrade to keep in pace with Connect API's version?
``` const client = new AppStoreConnectAPI({ issuerId: process.env.SPACESHIP_CONNECT_API_ISSUER_ID, privateKeyId: process.env.SPACESHIP_CONNECT_API_KEY_ID, privateKey: process.env.SPACESHIP_CONNECT_API_KEY, expirationTime: 600 }); ``` the above returns the following error ``` response: _Response [Response] { [Symbol(realm)]: null, [Symbol(state)]:...
Tried to get [App Analytics](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-app-metrics) working, but did not get all the way through with the following: ``` // Retrieve app analytics data for the TestFlight app const getAppAnalyticsData =...
I found that requests made by this library would fail sometimes with a 401 error, and discovered that this happens because the authentication JWTs it generates are set to expire...
- Change file naming to be version agnostic - Update OpenAPI Spec to 3.5 - Generate new library with latest spec