Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibaca/autorest-openapi
JAX-RS service interface generator for Open API specification
https://github.com/ibaca/autorest-openapi
apisguru-api autorest jax-rs jax-rs-generator jsinterop openapi
Last synced: 2 months ago
JSON representation
JAX-RS service interface generator for Open API specification
- Host: GitHub
- URL: https://github.com/ibaca/autorest-openapi
- Owner: ibaca
- License: apache-2.0
- Created: 2016-09-27T19:22:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T09:33:15.000Z (over 2 years ago)
- Last Synced: 2024-04-16T18:12:18.523Z (10 months ago)
- Topics: apisguru-api, autorest, jax-rs, jax-rs-generator, jsinterop, openapi
- Language: Java
- Size: 35.2 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoREST OpenAPI Generator [![jitpack artifacts](https://jitpack.io/v/ibaca/autorest-openapi.svg)](https://jitpack.io/#ibaca/autorest-openapi)
[JAX-RS][jaxrs] REST service interface generator for [OpenAPI specification][openapi] (a.k.a. Swagger). This services
can be used with [AutoREST][autorest] to create JRE, Android or GWT clients.**Modules**
* [APIs Guru][apisguru-web] public [API][apisguru-api], this gives access to
an bunch of OpenAPI specs
* OpenAPI API, to parse and process specs
* OpenAPI to JAX-RS generator toolThe project is under development, currently can be tested executing the [Main][main] class directly.
[autorest]: https://github.com/intendia-oss/autorest
[jaxrs]: https://jax-rs-spec.java.net/
[openapi]: https://openapis.org/
[apisguru-web]: https://apis.guru/
[apisguru-api]: https://github.com/ibaca/autorest-openapi/tree/master/api/src/main/java/com/intendia/openapi/ApisGuru.java
[main]: https://github.com/ibaca/autorest-openapi/tree/master/generator/src/main/java/com/intendia/openapi/Main.java