Skip to main content
Version: Develop

a9s SPIs

SPI stands for Service Providing Interface and its job is to provide the information required in order for the a9s Service Broker to work as expected. Depending on the requested Data Service (KeyValue, PostgreSQL, ...) and the kind of request (provisioning, binding, ...), the SPI will provide different response.

In order to provide better maintainability, scalability and properly separate the concerns, anynines splitted the SPI by Data Service. As a consequence, their are independent SPIs for KeyValue, PostgreSQL and all other services offered by anynines.

a9s SPIs come with TLS (HTTPS) enabled for its API by default.