Skip to content

Commit

Permalink
fix(endpoint): remove non-reachable runabove endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Antoine Leblanc <antoine.leblanc@corp.ovh.com>
  • Loading branch information
antleblanc authored and bnjjj committed Nov 5, 2019
1 parent 3ffa11c commit 3185987
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ websites:
* [OVH Europe](https://eu.api.ovh.com/createApp/)
* [OVH US](https://api.us.ovhcloud.com/createApp/)
* [OVH North-America](https://ca.api.ovh.com/createApp/)
* [RunAbove](https://api.runabove.com/createApp/)
* [SoYouStart Europe](https://eu.api.soyoustart.com/createApp/)
* [SoYouStart North-America](https://ca.api.soyoustart.com/createApp/)
* [Kimsufi Europe](https://eu.api.kimsufi.com/createApp/)
Expand All @@ -79,7 +78,6 @@ Depending the API you want to use, you need to specify the below API endpoint:
* OVH Europe: ```ovh-eu``` (default)
* OVH US: ```ovh-us```
* OVH North-America: ```ovh-ca```
* RunAbove: ```runabove-ca```
* SoYouStart Europe: ```soyoustart-eu```
* SoYouStart North-America: ```soyoustart-ca```
* Kimsufi Europe: ```kimsufi-eu```
Expand Down Expand Up @@ -137,7 +135,6 @@ You can browse the API schemas using the web consoles of the APIs:
* [OVH Europe](https://eu.api.ovh.com/console/)
* [OVH US](https://api.us.ovhcloud.com/console/)
* [OVH North-America](https://ca.api.ovh.com/console/)
* [RunAbove](https://api.runabove.com/console/)
* [SoYouStart Europe](https://eu.api.soyoustart.com/console/)
* [SoYouStart North-America](https://ca.api.soyoustart.com/console/)
* [Kimsufi Europe](https://eu.api.kimsufi.com/console/)
Expand Down Expand Up @@ -238,12 +235,6 @@ available in the *gh-pages* branch.
- **Create application credentials**: https://ca.api.ovh.com/createApp/
- **Create script credentials** (all keys at once): https://ca.api.ovh.com/createToken/
### Runabove
- **Console**: https://api.runabove.com/console/
- **Create application credentials**: https://api.runabove.com/createApp/
### SoYouStart Europe
- **Documentation**: https://eu.api.soyoustart.com/
Expand Down
4 changes: 0 additions & 4 deletions lib/endpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
* ovh-eu: OVH Europe
* ovh-us: OVH US
* ovh-ca: OVH North America
* runabove-ca: RunAbove
* sys-eu: SoYouStart Europe
* sys-ca: SoYouStart North America
* ks-eu: Kimsufi Europe
Expand All @@ -46,9 +45,6 @@ module.exports = {
'ovh-ca': {
'host': 'ca.api.ovh.com'
},
'runabove-ca': {
'host': 'api.runabove.com'
},
'sys-eu': {
'host': 'eu.api.soyoustart.com'
},
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"license": "MIT",
"keywords": [
"OVH",
"RunAbove",
"API",
"REST",
"api.ovh.com"
Expand Down

0 comments on commit 3185987

Please sign in to comment.