本文整理汇总了Python中temboo.core.choreography.Choreography类的典型用法代码示例。如果您正苦于以下问题:Python Choreography类的具体用法?Python Choreography怎么用?Python Choreography使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
在下文中一共展示了Choreography类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。
示例1: __init__
def __init__(self, temboo_session):
Choreography.__init__(self, temboo_session, '/Library/Parse/Users/LinkNewUser')
示例2: __init__
def __init__(self, temboo_session):
"""
Create a new instance of the GetSalesPercentiles Choreo. A TembooSession object, containing a valid
set of Temboo credentials, must be supplied.
"""
Choreography.__init__(self, temboo_session, '/Library/NYTimes/RealEstate/GetSalesPercentiles')
示例3: __init__
def __init__(self, temboo_session):
"""
Create a new instance of the GetSecondDegreeRelationships Choreo. A TembooSession object, containing a valid
set of Temboo credentials, must be supplied.
"""
Choreography.__init__(self, temboo_session, '/Library/LittleSis/Entity/GetSecondDegreeRelationships')
示例4: __init__
def __init__(self, temboo_session):
"""
Create a new instance of the GetAllReferences Choreo. A TembooSession object, containing a valid
set of Temboo credentials, must be supplied.
"""
Choreography.__init__(self, temboo_session, '/Library/GitHub/GitDataAPI/References/GetAllReferences')
示例5: __init__
def __init__(self, temboo_session):
"""
Create a new instance of the ClientLoginAuthentication Choreo. A TembooSession object, containing a valid
set of Temboo credentials, must be supplied.
"""
Choreography.__init__(self, temboo_session, '/Library/Google/Analytics/ClientLoginAuthentication')
示例6: __init__
def __init__(self, temboo_session):
"""
Create a new instance of the RecentCheckins Choreo. A TembooSession object, containing a valid
set of Temboo credentials, must be supplied.
"""
Choreography.__init__(self, temboo_session, '/Library/Foursquare/Checkins/RecentCheckins')
示例7: __init__
def __init__(self, temboo_session):
"""
Create a new instance of the GetQueueAttributes Choreo. A TembooSession object, containing a valid
set of Temboo credentials, must be supplied.
"""
Choreography.__init__(self, temboo_session, '/Library/Amazon/SQS/GetQueueAttributes')
示例8: __init__
def __init__(self, temboo_session):
"""
Create a new instance of the Books Choreo. A TembooSession object, containing a valid
set of Temboo credentials, must be supplied.
"""
Choreography.__init__(self, temboo_session, '/Library/Facebook/Reading/Books')
示例9: __init__
def __init__(self, temboo_session):
"""
Create a new instance of the MusicArtists Choreo. A TembooSession object, containing a valid
set of Temboo credentials, must be supplied.
"""
Choreography.__init__(self, temboo_session, '/Library/NPR/StoryFinder/MusicArtists')
示例10: __init__
def __init__(self, temboo_session):
"""
Create a new instance of the GetLastMessageThatContains Choreo. A TembooSession object, containing a valid
set of Temboo credentials, must be supplied.
"""
Choreography.__init__(self, temboo_session, '/Library/Twilio/SMSMessages/GetLastMessageThatContains')
示例11: __init__
def __init__(self, temboo_session):
"""
Create a new instance of the GetCategoryFeatures Choreo. A TembooSession object, containing a valid
set of Temboo credentials, must be supplied.
"""
Choreography.__init__(self, temboo_session, '/Library/eBay/Trading/GetCategoryFeatures')
示例12: __init__
def __init__(self, temboo_session):
"""
Create a new instance of the UserContacts Choreo. A TembooSession object, containing a valid
set of Temboo credentials, must be supplied.
"""
Choreography.__init__(self, temboo_session, '/Library/Dwolla/Contacts/UserContacts')
示例13: __init__
def __init__(self, temboo_session):
"""
Create a new instance of the InitializeOAuth Choreo. A TembooSession object, containing a valid
set of Temboo credentials, must be supplied.
"""
Choreography.__init__(self, temboo_session, '/Library/Fitbit/OAuth/InitializeOAuth')
示例14: __init__
def __init__(self, temboo_session):
"""
Create a new instance of the SpecialNeeds Choreo. A TembooSession object, containing a valid
set of Temboo credentials, must be supplied.
"""
Choreography.__init__(self, temboo_session, '/Library/DonorsChoose/SpecialNeeds')
示例15: __init__
def __init__(self, temboo_session):
"""
Create a new instance of the GetAllCalendars Choreo. A TembooSession object, containing a valid
set of Temboo credentials, must be supplied.
"""
Choreography.__init__(self, temboo_session, '/Library/Google/Calendar/GetAllCalendars')