openservicebrokerapi / servicebroker

Open Service Broker API Specification
https://openservicebrokerapi.org/
Apache License 2.0
1.19k stars 436 forks source link

Archieved Golang OSB Frameworks - Any new plan/replacement? #750

Closed jaythamke closed 2 years ago

jaythamke commented 2 years ago

What is the problem? I recently observed that the Golang OSB client is archieved and OSB API implementation is too old and not maintained at all.

Who does this affect? NA

Do you have any proposed solutions? Could you either provide the alternative to above mentioned libraries or any plan of maintaining them?

Additional context

rsampaio commented 2 years ago

Hi Jay, I would recommend generating the client using the openapi.yaml file or the swagger.yaml file, I've personally switched to auto-generated clients and with recent bug fixes the generation works fine from the openapi-generator as well as gnostic and other tools.

Please re-open if the auto-generated clients doesn't work for you or if you have more questions, I will be happy to help.