pmorie / osb-broker-lib

A go library for developing an Open Service Broker
Apache License 2.0
28 stars 23 forks source link

Declare which OSB spec versions this library supports #37

Open lilic opened 6 years ago

lilic commented 6 years ago

We do get from each request which OSB spec version the request is originating from, so we should find a way to maybe validate the requests that are coming in against the versions of the spec we support.

cc @pmorie