From 7d77f06fad2058c89f3fc322d0886345e7becfe4 Mon Sep 17 00:00:00 2001 From: Marc Carmier Date: Mon, 18 Dec 2017 12:13:08 +0100 Subject: [PATCH] Add US endpoint --- src/Api.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Api.php b/src/Api.php index e7b5cc2..46bb24d 100644 --- a/src/Api.php +++ b/src/Api.php @@ -55,6 +55,7 @@ class Api private $endpoints = [ 'ovh-eu' => 'https://eu.api.ovh.com/1.0', 'ovh-ca' => 'https://ca.api.ovh.com/1.0', + 'ovh-us' => 'https://api.ovh.us/1.0', 'kimsufi-eu' => 'https://eu.api.kimsufi.com/1.0', 'kimsufi-ca' => 'https://ca.api.kimsufi.com/1.0', 'soyoustart-eu' => 'https://eu.api.soyoustart.com/1.0',