eruvanos / openbrokerapi

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

Added guidance for supported string lengths (PR) #33

Closed eruvanos closed 5 years ago

eruvanos commented 6 years ago

Fields in cf are limited to 255 characters.

Add a warning if a field exceeds this limit.

https://github.com/openservicebrokerapi/servicebroker/pull/518/files

eruvanos commented 5 years ago

Checking each string in a json response is maybe not worth the effort for a warning.

eruvanos commented 5 years ago

Changed with 2.15