Commit Graph

6 Commits

Author SHA1 Message Date
javier b6c804b827 Fixed some validation issues encountered with the OpenAPI specification document in the library target. 2025-10-06 01:53:23 +02:00
javier f9d753e09d Added the Open API specification document v4.1 from App Store Connect API into the library target. 2025-10-06 01:51:47 +02:00
javier 127947282e Added the openapi-generator-config.yaml file into the library target. 2025-10-06 01:24:55 +02:00
javier 4bab15bf43 Added the swift-openapi-generator, swift-openapi-runtime, and swift-openapi-urlsession packages as dependencies in the Package.swift file and also, included them into the library target. 2025-10-06 01:22:24 +02: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