This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- encoding: utf-8 -*- | |
import ovh | |
# Instantiate. Visit https://api.ovh.com/createToken/?GET=/me | |
# to get your credentials | |
client = ovh.Client( | |
endpoint='ovh-eu', | |
application_key='<your application key>', | |
application_secret='<your application secret>', |