Benjamin Loison
d78cbd3718
Remove incorrect space before two dots in README.md
...
Signed-off-by: Benjamin Loison <benjamin_loison@users.noreply.gitea.lemnoslife.com>
2023-05-30 10:33:58 +02:00
Benjamin Loison
50e52c5bf5
Replace *retreived* with *retrieved* in README.md
...
Signed-off-by: Benjamin Loison <benjamin_loison@users.noreply.gitea.lemnoslife.com>
2023-05-30 10:33:38 +02:00
Germain Carré
7d606bdcc1
Adding Github actions, codecov config, updating tests accordingly and re-organize README file
...
Signed-off-by: Germain Carré git@germain.sh
2023-03-06 18:38:12 +01:00
Romain Beuque
75852ad0fe
README: change documentation about how to run the tests
2021-01-20 09:02:28 +00:00
Romain Beuque
5374f32a67
ovh-us: changing OVH US endpoint
...
Signed-off-by: Romain Beuque <romain.beuque@corp.ovh.com>
2018-11-09 16:26:31 +01:00
Romain Beuque
90b95788b3
ovh-us: changing URL
...
Signed-off-by: Romain Beuque <romain.beuque@corp.ovh.com>
2018-06-12 10:29:36 +02:00
Ángel Guzmán Maeso
e8c3dbf13e
Improve suggestions to install ovh-php repository
...
This modification adds the explanations to install quickly through composer without generate a composer.json file using only a command.
2016-11-15 16:24:34 +01:00
Jean-Tiare Le Bigot
ffa29d1bc2
documentation: catching an exception
...
Signed-off-by: Jean-Tiare Le Bigot <jean-tiare.le-bigot@corp.ovh.com>
2016-06-27 10:27:06 +02:00
Stéphane HULARD
c13758720b
Use a PHP build tool, Phing instead of Grunt.
...
As I already mentioned in the #35 issue, I think it's more suitable to use a PHP build tool instead of a JS one. I don't tell that Grunt is not a powerful tool but it's a complicated installation process to be able to run tests.
Phing is required as a composer package and can be run directly after the composer install.
Examples:
```
vendor/bin/phing
vendor/bin/phing test
vendor/bin/phing clean
vendor/bin/phing phplint
vendor/bin/phing phpcs
vendor/bin/phing phpunit
vendor/bin/phing phpunit -Donly.units=true #The travis test process
```
The only difference here is the watch process. Phing doesn't have that kind of feature. It can be emulated with different tasks but require a lot more work. I think that PR is the first step, maybe we can go further if necessary.
Signed-off-by: Stéphane HULARD <s.hulard@chstudio.fr>
2016-04-19 09:59:15 +02:00
Romain Beuque
cc676cd9a2
(fix): add formatting to endpoint information
...
Signed-off-by: Romain Beuque <romain.beuque@corp.ovh.com>
2016-02-03 10:45:50 +01:00
Vincent Casse
fef24b65a7
Add endpoints into the documentation
...
Signed-off-by: Vincent Casse <vincent.casse@corp.ovh.com>
2016-02-03 10:31:45 +01:00
Vincent Casse
0378c8db51
Add attached domain example
...
Signed-off-by: Vincent Casse <vincent.casse@corp.ovh.com>
2016-01-19 11:59:59 +01:00
Vincent Casse
d99c758c72
Add documentation about HTTP client library injection
...
Signed-off-by: Vincent Casse <vincent.casse@corp.ovh.com>
2015-12-15 18:25:35 +01:00
Vincent Casse
ce12dcb280
Delete "createToken" link for Runabove
...
Issue #11
2015-12-15 17:10:08 +01:00
Julius Beckmann
fa48a1282c
Added HHVM to Travis.
...
Added HHVM Status Badge.
Using nicer hhvm badge image.
Signed-off-by: Julius Beckmann <github@h4cc.de>
2015-03-19 09:43:19 +01:00
Vincent Cassé
f99c8ac42c
Improve example
...
Improve example by replacing "/me/*" by /me* to help new users to get account data with this example.
2015-01-23 10:56:26 +01:00
Pavel Macháň
277538ad95
Add SoYouStart and Kimsufi endpoints, Update README
...
Signed-off-by: Pavel Macháň <machan@hostbox.cz>
2014-12-05 19:29:04 +01:00
Vincent Cassé
2ba941f2b3
Add travis indicator
...
Signed-off-by: Vincent Cassé <vincent.casse@ovh.net>
2014-10-09 18:37:55 +02:00
Vincent Cassé
67cc54db5b
Initial commit
...
Signed-off-by: Vincent Cassé <vincent.casse@ovh.net>
2014-10-06 12:57:12 +02:00