-
Notifications
You must be signed in to change notification settings - Fork 583
fix microversion header #53
Copy link
Copy link
Closed
Description
Currently all ServiceClient methods erroneously add the Nova microversion header: https://github.com/gophercloud/gophercloud/blob/master/service_client.go#L52
Currently, I don't think there's a good way to know what type of ServiceClient the user has. One option would be to add a Type field to ServiceClient and switch on it in the (not yet existing) ServiceClient Request method.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels