-
Notifications
You must be signed in to change notification settings - Fork 85
Add US endpoint #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add US endpoint #63
Conversation
ovh/client.py
Outdated
@@ -74,6 +74,7 @@ | |||
#: Mapping between OVH API region names and corresponding endpoints | |||
ENDPOINTS = { | |||
'ovh-eu': 'https://eu.api.ovh.com/1.0', | |||
'ovh-us': 'https://api.ovh.us/1.0', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
URL is incorrect. Official URL for OVH US API is https://api.ovhcloud.com/1.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing OVH US information on README.rst
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the README.rst to add links about
Documentation
Console
Create application credentials
Create script credentials (all keys at once)
Then we will be able to merge it :)
Can you please sign your commits, as per the contribution guidelines? |
README.rst
Outdated
|
||
|
||
- **Documentation**: https://api.ovhcloud.com/ | ||
- **Community support**: [email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For US too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, this has to be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull-request still doesn't respect contributing guidelines: https://github.com/ovh/python-ovh/blob/master/CONTRIBUTING.rst
4. your work must be signed
Add the us endpoint Signed-off-by: Quentin GROLLEAU <[email protected]>
Signed-off-by: Quentin GROLLEAU <[email protected]>
Signed-off-by: Quentin GROLLEAU <[email protected]>
Signed-off-by: Romain Beuque <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Add the us endpoint