github.com/scaleway/scaleway-cli@v1.11.1/pkg/api/README.md (about)

     1  # Scaleway's API
     2  
     3  [![GoDoc](https://godoc.org/github.com/scaleway/scaleway-cli/pkg/api?status.svg)](https://godoc.org/github.com/scaleway/scaleway-cli/pkg/api)
     4  
     5  This package contains facilities to play with the Scaleway API, it includes the following features:
     6  
     7  - dedicated configuration file containing credentials to deal with the API
     8  - caching to resolve UUIDs without contacting the API
     9  
    10  ## Links
    11  
    12  - [API documentation](https://developer.scaleway.com)
    13  - [Official Python SDK](https://github.com/scaleway/python-scaleway)
    14  - Projects using this SDK
    15    - https://github.com/scaleway/devhub
    16    - https://github.com/scaleway/docker-machine-driver-scaleway
    17    - https://github.com/scaleway-community/scaleway-ubuntu-coreos/blob/master/overlay/usr/local/update-firewall/scw-api/cache.go
    18    - https://github.com/pulcy/quark
    19    - https://github.com/hex-sh/terraform-provider-scaleway
    20    - https://github.com/tscolari/bosh-scaleway-cpi
    21  - Other **golang** clients
    22    - https://github.com/lalyos/onlabs
    23    - https://github.com/meatballhat/packer-builder-onlinelabs
    24    - https://github.com/nlamirault/go-scaleway
    25    - https://github.com/golang/build/blob/master/cmd/scaleway/scaleway.go