Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmini/openapi-experiments
Experiments with OpenAPI
https://github.com/jmini/openapi-experiments
Last synced: 6 days ago
JSON representation
Experiments with OpenAPI
- Host: GitHub
- URL: https://github.com/jmini/openapi-experiments
- Owner: jmini
- License: apache-2.0
- Created: 2018-02-13T20:45:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T23:23:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T03:03:46.997Z (about 1 month ago)
- Language: Java
- Size: 2.75 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 91
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: openapi-experiments
:project-name: OpenAPI Experiments
: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}
Experiments with OpenAPI/Swagger.
//end::header[]//tag::description[]
== Description
This repository contains some experiments I do with OpenAPI/Swagger.//end::description[]
Read more on the link:{homepage}[project home page].//tag::contact-section[]
== Get in touchUse the link:{issues}[{project-name} 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[]