Skip to content

outscale/osc-libcurl-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libcurl examples on Outscale cloud

Project Sandbox

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