https://github.com/jmini/empoa1
Code for Eclipse MicroProfile OpenAPI
https://github.com/jmini/empoa1
Last synced: about 2 months ago
JSON representation
Code for Eclipse MicroProfile OpenAPI
- Host: GitHub
- URL: https://github.com/jmini/empoa1
- Owner: jmini
- License: apache-2.0
- Created: 2018-07-24T19:43:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T06:07:13.000Z (about 6 years ago)
- Last Synced: 2024-10-06T03:05:41.694Z (8 months ago)
- Language: Java
- Size: 1000 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: empoa
:project-name: Code for Eclipse MicroProfile OpenAPI
:branch: master
:twitter-handle: j2r2b
:license: http://www.apache.org/licenses/LICENSE-2.0
:license-name: Apache 2.0 License:git-repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}/
:issues: https://github.com/{git-repository}/issues
//end::vardef[]//tag::header[]
= {project-name}
Code (implementation, experiments, tools...) for the Eclipse MicroProfile OpenAPI project.
//end::header[]//tag::description[]
== Description
link:http://github.com/eclipse/microprofile-open-api[Eclipse MicroProfile OpenAPI] is a standardisation effort around OpenAPI.
In particular, it offers an API to model OpenAPI specification (interfaces in the `org.eclipse.microprofile.openapi.models` package and sub-packages).This repository contains different projects (implementations and utilities) for this API.
Providing a complete vendor implementation for the Eclipse MicroProfile OpenAPI is out-of-scope.//end::description[]
Read more on the link:{homepage}[project home page].//tag::contact-section[]
== Get in touchUse the link:{issues}[issue tracker] on GitHub.
You can also contact me on Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]//tag::license-section[]
== Licenselink:{license}[{license-name}]
//end::license-section[]