osc-libcurl-examples

examples of libcurl, to use Outscale Cloud.

BSD-3-CLAUSE License

Stars
1
Committers
9

libcurl examples on Outscale cloud

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.

Running examples

You will need:

  • libcurl 7.75 or above
  • An account on eu-west-2 region
  • Setup your credentials through environment variables OSC_ACCESS_KEY and OSC_SECRET_KEY

Contributing

Want to add more examples? Have a question? Feel free to open an issue.

License

Copyright Outscale SAS

BSD-3-Clause

See LICENSE file for more details