eruvanos / openbrokerapi

A python package for the V2 CF Service Broker API
https://openbrokerapi.readthedocs.io/
MIT License
35 stars 19 forks source link

All variables from Service are send to the requesting platform #8

Closed eruvanos closed 6 years ago

eruvanos commented 6 years ago

The Service is used as a object containing all the information about a service. For that, the whole object is converted to json.

This includes all variables without leading '_'.

Resulting issues:

eruvanos commented 6 years ago

With the version 2.0.0 Service class is now used as data only class. Logic is now separated in ServiceBroker.