scaleway-sdk-go
scaleway-sdk-go copied to clipboard
Integrate Scaleway with your Go application
Valid IPv4 subnets have confusing and apparently undocumented limitations. The error shows up while using Terraform provider but since it is not caught by the provider itself, I believe it...
Hello folks, I'm trying to create a server from an existing snapshot with: ```go res, err := a.instance.CreateServer(&instance.CreateServerRequest{ Name: "my-name", Volumes: map[string]*instance.VolumeServerTemplate{ "0": { BaseSnapshot: "my-snapshot-uuid", VolumeType: instance.VolumeVolumeTypeLSSD, }, },...
I am currently working on a piece of software that will fetch secrets from Scaleway's Secret Manager. The program should configure its client with whatever is provided in its environment....
current user agent does not send correctly sdk version, example: `User-Agent: scaleway-sdk-go/v1.0.0-beta.7+dev`
It could be helpful to have a way to have the SDK user agent overridden by the user agent defined by the application using this library. Doing so would avoid...
I recently needed to serialize some objects from the go SDK and noticed that the objects do not serialize/deserialize consistently with the JSON encoding. This is due to `json:"-"` tags...
errors implement error type that is now in std library, we could remove this package as it is incomplete compared to go std lib.
At the moment the cache features for the CI seems to be broken. For many jobs that use a go runtime we get the following message: ``` Restore cache failed:...
I was going to update the use of this SDK in Prometheus, but saw deprecation warnings and got confused. I've never seen a [conditional deprecation](https://github.com/scaleway/scaleway-sdk-go/blob/526ae94f1caacd947f30be15413d5dbe5457f5b4/api/instance/v1/instance_sdk.go#L1634C2-L1635C32): ``` // Deprecated: IPv6: instance...