swagger-ada icon indicating copy to clipboard operation
swagger-ada copied to clipboard

Ada support for OpenAPI code generator

Results 6 swagger-ada issues
Sort by recently updated
recently updated
newest added

I tried to build using Alire v1.1.0 but it failed due to missing dependencies: ``` $ alr build Warning: Loading release from manifest: alire.toml licenses licenses Array of license in...

bug

I've tried your docker image to play with OpenAPI. 1. First issue: it doesn't provide Java: ``` root@3bb5bec6903c:/tmp/src# openapi-generator generate --generator-name ada -i my-api.yaml -o client \ > -DprojectName=MyProject --model-package...

bug

When programming directly over AWS one can use the package [AWS.Exceptions]( https://docs.adacore.com/aws-docs/aws/apiref.html#aws-exceptions) to get a notification of any exception that occurs inside the web server. I haven't seen a way...

enhancement

After a test with an openapi with text/plain as response, I think it only supports json, because the response header says it's json and the output is quoted and end...

enhancement
question

:~/dev/ADA/alire/openapi_0.6.0_2fb8711a$ alr search openapi NAME STATUS VERSION DESCRIPTION NOTES openapi 0.6.0 OpenAPI library to build REST client applications openapi_server 0.6.0 OpenAPI library to build REST server applications

Dear Swagger-Ada developers, Why is https://github.com/stcarrez/swagger-ada/blob/2fb8711aec9f41af7ce5985780cff23c875f8dc6/src/openapi-streams.adb#L347-L348 not simplified into ``` List, Item : Util.Beans.Objects.Object; ``` Problem detected and solved by Rejuvenation-Ada crate [![vote for Rejuvenation-Ada as The 2022 Ada Crate...