Commit Graph

5 Commits

Author SHA1 Message Date
javier 6b727230bc Improved the formatting for the OpenAPI specification in the library target. 2025-10-05 14:11:13 +02:00
javier a137d4abe6 Improved on the endpoints definitions for the OpenAPI specification in the library target. 2025-10-05 14:01:25 +02:00
javier 677482ffcb Improved the definition of the schema types for the OpenAPI specification in the library target. 2025-10-04 22:57:07 +02:00
javier f4065e62e4 Added support for an API key to the AuthMiddleware middleware in the library target. (#4)
This PR contains the work done to extend the implementation of the `AuthMiddleware` middleware to handle an API key as well as private and public keys.

Reviewed-on: #4
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
2025-10-04 17:10:17 +00:00
javier 7006aa1bc8 First version of the OpenAPI specification (#2)
This PR contains the work done to include a first version of the Marvel API document specification (that requires further tweaking) and also, the defined how the client would be generated by the Open API library.

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-03 10:18:54 +00:00