java-ovh icon indicating copy to clipboard operation
java-ovh copied to clipboard

Thin wrapper around OVH's APIs. Handles all the hard work including credential creation and requests signing

Results 6 java-ovh issues
Sort by recently updated
recently updated
newest added

Typo error.

enhancement

Fix sha1 compute for accent (à, é, ...)

I am trying to use a GET endpoint with parameters. this is the endpoint: GET /telephony/{billingAccount}/line/{serviceName}/statistics Parameters: timeframe: string; type : string This is how I am doing the call:...

This PR was firstly motivated by the lack of request to generate consumer key. But in the end, I made some modifications to the code itself. - Added call to...

Hi, im trying to use the api to purchase and delete instances from the cloud api. The get and post methods for purchasing work flawlessly, but if i try to...