kmx.io/ex_ovh/README.md

Download

ExOvh Build Status Hex Version Hex docs Deps Status

ExOvh is an helper library for the elixir language for the Ovh Api. To use the Openstack components of the OVH API, see Openstex

Project Features

Getting started - Step 1: Generating the OVH application key, application secret and consumer key.

Getting Started - Step 2: Generating the OVH client module for your elixir application

Usage

Examples - Method 1 - Building the queries manually and send the request (my preferred way)

Examples - Method 2 - Build the query using provided helper functions and send the request

Note: The Helper functions are listed under Services. Helper functions are only available currently for the /Cloud portion of the OVH API. Where other parts of the api need to be queried, just build the query manually using Method 1 as above. Pull requests for helper functions for other parts of the OVH API are welcome. Eventually, I would like to write a macro to create the queries.

Contributing

Tests

TODO

Note

This is an unofficial client to the OVH api and is not maintained by OVH.

Licence

MIT Licence


Source

Download