Skip to content

anixon-rh/rhte-2019-hackathon-on-rhmi-fuse-camel-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fuse based implementation of the City Info API

API Description

A brand new API with sample content. Go nuts!

Building

mvn clean package

Running Locally

mvn spring-boot:run

Getting the API docs:

curl http://localhost:8080/openapi.json

Running on OpenShift

mvn fabric8:deploy

You can expose the service externally using the following command:

oc expose svc fuse-api

And then you can access it's OpenAPI docs hosted by the service at:

curl -s http://$(oc get route fuse-api --template={{.spec.host}})/openapi.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%