Skip to content

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

Merged
merged 4 commits into from
May 16, 2018
Merged

Add US endpoint #63

merged 4 commits into from
May 16, 2018

Conversation

TomEros
Copy link
Contributor

@TomEros TomEros commented Apr 5, 2018

Add the us endpoint

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',
Copy link
Member

@rbeuque74 rbeuque74 Apr 7, 2018

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

Copy link
Member

@rbeuque74 rbeuque74 left a 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

Copy link
Member

@rbeuque74 rbeuque74 left a 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 :)

@geoffreybauduin
Copy link
Member

Can you please sign your commits, as per the contribution guidelines?

README.rst Outdated


- **Documentation**: https://api.ovhcloud.com/
- **Community support**: [email protected]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For US too?

Copy link
Member

@rbeuque74 rbeuque74 May 16, 2018

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

@emenguy emenguy self-requested a review May 16, 2018 09:00
Copy link
Member

@rbeuque74 rbeuque74 left a 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

TomEros and others added 3 commits May 16, 2018 14:05
Add the us endpoint

Signed-off-by: Quentin GROLLEAU <[email protected]>
Signed-off-by: Quentin GROLLEAU <[email protected]>
Copy link
Member

@rbeuque74 rbeuque74 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rbeuque74 rbeuque74 merged commit 6e9835d into ovh:master May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants