IBM-Cloud / bluemix-go

Go library for accessing the Bluemix API
Apache License 2.0
37 stars 89 forks source link

Remove accept_incomplete=true & async=true from the API where they are not listed in the CF docs. #64

Closed ashishth09 closed 7 years ago

ashishth09 commented 7 years ago

https://github.com/IBM-Bluemix/bluemix-go/blob/master/api/mccp/mccpv2/spaces.go#L212

https://apidocs.cloudfoundry.org/272/spaces/creating_a_space.html - no mention of accepts_incomplete and async

Find all such instances.

hkantare commented 7 years ago

Moved async as variable arguments to all cf services(space,quota,domains,route,service instance, app)

Implemented some of review comments given by ashish