Skip to content

mabulgu/fuse-apicurito-spike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camel based implementation of the Task API API

API Description

A brand new API with no 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 task-api

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

curl -s http://$(oc get route task-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