No description
|
All checks were successful
Build / build (push) Successful in 1m28s
|
||
|---|---|---|
| .github | ||
| .mvn/wrapper | ||
| docs | ||
| open-service-broker-api | ||
| open-service-broker-client | ||
| open-service-broker-model | ||
| .gitattributes | ||
| .gitignore | ||
| mvnw | ||
| mvnw.cmd | ||
| pom.xml | ||
| README.md | ||
open-service-broker
Introduction
This repository contains Java modules written with Quarkus framework that are used to implement a Service Broker based on the Open Service Broker API specification.
Specification
The specification of Open Service Broker API version 2.17 can be found on its
GitHub repository.
For easier reference, it has been copied to this repository;
Modules
open-service-broker-api- This module contains the API endpoints from the specification
open-service-broker-client- This module contains the REST client that is used to communicate with the Service Broker
open-service-broker-model- This module contains the model classes that are used to represent the Service Broker API objects