Commit Graph

13 Commits

Author SHA1 Message Date
javier 3d2af851cd Updated the README and the Documentation catalog documentation in the library target. 2026-03-26 01:40:18 +01:00
javier d865af4fb2 Added a task to the Makefile that updates the App Store Connect Open API specification document in the library target. 2026-03-26 01:03:16 +01:00
javier d1761e8a83 Implemented the BearerAuthMiddleware middleware in the library target. 2026-03-26 00:32:50 +01:00
javier 99b202a34e Defined a .swift-format configuration file in the package. 2026-03-26 00:05:35 +01:00
javier 35f48ea065 Documented the purpose and usage of the package in its README and its documentation catalog. 2026-03-25 23:59:31 +01:00
javier d7e910a0d6 Renamed the boilerplate source code files in the library and test targets. 2026-03-25 23:38:51 +01:00
javier 14c1d69df4 Updated the copyright year in the header files of the package. 2026-03-25 23:36:41 +01:00
javier 6e65553ea0 Updated and fixed the OpenAPI specification document in the library target that defines the App Store Connect API endpoints. 2026-03-25 23:26:14 +01:00
javier 0d46e8f341 Fixed the "swift-openapi-generator" package dependency in the package to v1.11.0 to avoid an issue encountered on folders with unicode characters. 2026-03-25 23:23:56 +01: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
javier 7812e0f11c Library setup (#1)
This PR contains the work done to setup this library.
* Improved the configuration, products, dependencies, and targets for the `Package` file;
* Restructured the folder structure of the library and test targets to start development work;
* Implemented the library, package, documentation and IDE tasks for the `Makefile` file.
* Created the `DocC` documentation catalog in the library target;
* Added the `CONTRIBUTORS` and `LICENSE` files;
* Added `README` file.

Reviewed-on: #1
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
2025-10-05 23:16:54 +00:00
javier 817cf9fe95 Initial Commit 2025-10-06 00:45:21 +02:00