-
Notifications
You must be signed in to change notification settings - Fork 112
Description
Hi!
I'm trying to make simple GET request to test how this API works. I have used many days for this but still haven't got this to work.
So I have Application Key, Application Secret and Consumer Key (with granted permissions to /*) and I have downloaded all the decencies (php-ovh-2.0.1-with-dependencies). I have correctly changed correct keys to example codes but they still are not working. I have tested keys with ovh python and that's simple, they are working. With all the examples on the page I get server error:
The * page isn’t working
- is currently unable to handle this request.
My ovh hosting is using PHP 5.4 and when using this page: https://api.ovh.com/console/ I can use all the GET reguest and they are working. Am I missing something or how this works? I don't have composer on my page.