HewlettPackard/oneview-golang

Query Parameter retains in the next endpoint call.

jyothisgm opened this issue · 0 comments

Query parameter retains in the next call for the object if it is not reset by passing some parameter.

eg:
get_all with query parameters
get_all without query parameters

The second call will have all the parameters that were in the first.