Curl and libcurl now supports AWSv4 signatures which allow Outscale users to use standard tools to make API requests.
Not every language has an SDK for Outscale API but you can use libcurl to ease your journey thanks to FFI.
This repository shows how to use libcurl with Outscale's API in different programming languages.
You will need:
- libcurl 7.75 or above
- An account on eu-west-2 region
- Setup your credentials through environment variables
OSC_ACCESS_KEY
andOSC_SECRET_KEY
Want to add more examples? Have a question? Feel free to open an issue.
Copyright Outscale SAS
BSD-3-Clause
See LICENSE file for more details