forked from loafle/openapi-generator-original
Quarkus, as one potential target for using the Java microprofile client generator, requires a Jandex index to be present in library jars for discovering beans inside these jars. Therefore, include Jandex index generation in the pom.xml for microprofile clients as explained here: https://quarkus.io/guides/cdi-reference#how-to-generate-a-jandex-index Generating and shipping the index is only a small overhead that is probably not worth an additional client option.
OpenAPI Petstore - MicroProfile Rest Client
This is a sample server Petstore server. For this sample, you can use the api key special-key
to test the authorization filters.
Overview
This API client was generated by the OpenAPI Generator project. MicroProfile Rest Client is a type-safe way of calling REST services. The generated client contains an interface which acts as the client, you can inject it into dependent classes.