https://github.com/jmini/ece2018-openapi
EclipseCon Europe 2018: OpenAPIs are everywhere
https://github.com/jmini/ece2018-openapi
Last synced: about 1 year ago
JSON representation
EclipseCon Europe 2018: OpenAPIs are everywhere
- Host: GitHub
- URL: https://github.com/jmini/ece2018-openapi
- Owner: jmini
- License: epl-2.0
- Created: 2018-10-22T07:14:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T19:08:56.000Z (over 7 years ago)
- Last Synced: 2024-10-06T03:03:52.133Z (over 1 year ago)
- Language: Java
- Size: 21.1 MB
- 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: ece2018-openapi
:project-name: OpenAPIs are everywhere
:branch: master
:twitter-handle: j2r2b
:license: https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
:license-name: Eclipse Public License - v 2.0
: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
:talkname: {project-name}
:talkpage: https://www.eclipsecon.org/europe2018/sessions/openapis-are-everywhere
:videopage: https://www.youtube.com/watch?v=-lDot4Yn7Dg
//end::vardef[]
//tag::header[]
= {project-name}
:author: Jeremie Bresson
:revnumber: 2018-10-23
Content associated with the talk _link:{talkpage}[{talkname}]_ given at link:http://eclipsecon.org/europe2018[EclipseCon Europe 2018] (link:{videopage}[video])
//end::header[]
//tag::description[]
== Description
This repository contains the examples and the code demo presented during the talk.
//end::description[]
Read more on the link:{homepage}[project home page].
//tag::contact-section[]
== Get in touch
Use 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[]
== License
Code is under link:{license}[{license-name}].
Documentation and slides are under the link:https://creativecommons.org/licenses/by-sa/4.0/[Creative Commons BY-SA 4.0]
//end::license-section[]