https://github.com/sh4d1/go-scaleway
https://github.com/sh4d1/go-scaleway
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sh4d1/go-scaleway
- Owner: Sh4d1
- Created: 2018-04-23T12:46:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T12:48:25.000Z (about 8 years ago)
- Last Synced: 2025-02-07T06:31:57.311Z (over 1 year ago)
- Language: Go
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scaleway's API golang client
[](https://godoc.org/github.com/scaleway/go-scaleway)
This package contains facilities to play with the Scaleway API, it includes the following features:
- dedicated configuration file containing credentials to deal with the API
- caching to resolve UUIDs without contacting the API
## Links
- [API documentation](https://developer.scaleway.com)
- [Official Python SDK](https://github.com/scaleway/python-scaleway)
- Projects using this SDK
- https://github.com/scaleway/scaleway-cli
- https://github.com/scaleway/devhub
- https://github.com/scaleway/docker-machine-driver-scaleway
- https://github.com/huseyin/docker-machine-driver-scaleway
- https://github.com/scaleway-community/scaleway-ubuntu-coreos/blob/master/overlay/usr/local/update-firewall/scw-api/cache.go
- https://github.com/pulcy/quark
- https://github.com/hex-sh/terraform-provider-scaleway
- https://github.com/tscolari/bosh-scaleway-cpi
- Other **golang** clients
- https://github.com/lalyos/onlabs
- https://github.com/meatballhat/packer-builder-onlinelabs
- https://github.com/nlamirault/go-scaleway
- https://github.com/golang/build/blob/master/cmd/scaleway/scaleway.go