Commit Graph

3 Commits

Author SHA1 Message Date
javier 3aaf5cd7a5 Overall update and improvements (#4)
This PR contains all the work done to update the App Store Connect OpenAPI specification document to its latest version, plus the implementation of the `BearerAuthMiddleware` middleware, and several other improvements to the setup of the library, the `Makefile` file, and the documentation.

Reviewed-on: #4
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
2026-03-26 01:07:23 +00:00
javier e884fcf8a4 Update license to Apache v2.0 (#3)
This PR contains the work done to update the license of this project to *Apache v2.0* and also, fixed some small issues encountered in the `Open API specification` documentation downloaded from the [App Store Connect API documentation](https://developer.apple.com/documentation/appstoreconnectapi/) website.

Reviewed-on: #3
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
2025-10-07 23:20:01 +00:00
javier 825e9e8e7c OpenAPI client (#2)
This PR contains the work done to add the `Open API` dependencies into the library, plus to configure a dynamically generated client based on the latest [App Store Connect OAS document](https://developer.apple.com/sample-code/app-store-connect/app-store-connect-openapi-specification.zip), downloaded from the [App Store Connect documentation](https://developer.apple.com/documentation/appstoreconnectapi/) website.

Reviewed-on: #2
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
2025-10-06 14:51:36 +00:00