The list storages method seems to don't filter storages by type.
GetStorages should read the storage type of the request and append the storage type to the URL used to get storages.
|
response, err := s.basicGetRequest(r.RequestURL()) |
https://developers.upcloud.com/1.3/9-storages/#list-storages
I don't mind to open a PR if nobody is working on this.
The list storages method seems to don't filter storages by type.
GetStoragesshould read the storage type of the request and append the storage type to the URL used to get storages.upcloud-go-api/upcloud/service/storage.go
Line 41 in af59376
https://developers.upcloud.com/1.3/9-storages/#list-storages
I don't mind to open a PR if nobody is working on this.