Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openapitools/empoa
Code (implementation, experiments, tools...) for the Eclipse MicroProfile OpenAPI project
https://github.com/openapitools/empoa
microprofile microprofile-openapi openapi
Last synced: about 2 months ago
JSON representation
Code (implementation, experiments, tools...) for the Eclipse MicroProfile OpenAPI project
- Host: GitHub
- URL: https://github.com/openapitools/empoa
- Owner: OpenAPITools
- License: apache-2.0
- Created: 2019-02-06T22:11:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T02:56:43.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T11:03:13.527Z (about 2 months ago)
- Topics: microprofile, microprofile-openapi, openapi
- Language: Java
- Homepage: https://openapitools.github.io/empoa/
- Size: 645 KB
- Stars: 11
- Watchers: 5
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: OpenAPITools
: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[]image:https://github.com/{gh-repo-owner}/{gh-repo-name}/workflows/CI/badge.svg["Build Status", link="https://github.com/{gh-repo-owner}/{gh-repo-name}/actions?query=workflow%3ACI"]
//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[]