• Properties

  • Git HTTP https://git.kmx.io/kmx.io/ex_ovh.git
    Git SSH git@git.kmx.io:kmx.io/ex_ovh.git
    Public access ? public
    Description

    Elixir client for the OVH API.

    Users
    thodg
    Tags

  • README.md

  • ExOvh Build Status Hex Version Hex docs

    ExOvh is an helper library in the elixir language for the Ovh Api.

    Project Features

    • Cache modules (genservers) running in the background which store frequently accessed authentication information.
    • Query and Helper modules for making calls to the OVH API.
    • Query and Helper modules for making calls to the Openstack Swift API. OVH uses openstack for their webstorage cdn service and their public cloud storage service

    Documentation

    Getting started

    Examples

    Get account details and containers for given account

    Creating a new container

    Get the container count

    Adding an object to the “default” container in OVH CDN Webstorage

    Listing all objects for “default” container in OVH CDN Webstorage

    Issues, Bug Reports, Feature Requests, Suggestions, Guidance, etc

    • Create issues here to communicate your ideas to me. Thanks.

    Contributing

    • Pull requests welcome.

    Tests

    • Tests against the Swift portion of the library are carried out in the Openstex library.
    • Tests against the OVH portion of the library have not been written yet.

    TODO

    • [ ] Tests for OVH portion of library
    • [ ] Option to set the application ttl when running ovh mix task.
    • [ ] Add queries for the remainder of the OVH API. (Webstorage CDN and Cloud are the only ones covered so far)

    Note

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

    Licence

    MIT