A brand new API with sample content. Go nuts!
mvn clean package
mvn spring-boot:run
Getting the API docs:
curl http://localhost:8080/openapi.json
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