本文整理汇总了Python中temboo.core.choreography.Choreography类的典型用法代码示例。如果您正苦于以下问题:Python Choreography类的具体用法?Python Choreography怎么用?Python Choreography使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
在下文中一共展示了Choreography类的18个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的Python代码示例。
示例1: __init__
def __init__(self, temboo_session):
Choreography.__init__(self, temboo_session, '/Library/Parse/Users/LinkNewUser')
开发者ID:Bookaa,项目名称:compass,代码行数:2,代码来源:LinkNewUser.py
示例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')
开发者ID:cwarny,项目名称:entity-resolution,代码行数:6,代码来源:GetSalesPercentiles.py
示例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')
开发者ID:cwarny,项目名称:entity-resolution,代码行数:6,代码来源:GetSecondDegreeRelationships.py
示例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')
开发者ID:dattasaurabh82,项目名称:Final_thesis,代码行数:6,代码来源:GetAllReferences.py
示例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')
开发者ID:dattasaurabh82,项目名称:Final_thesis,代码行数:6,代码来源:ClientLoginAuthentication.py
示例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')
开发者ID:dattasaurabh82,项目名称:Final_thesis,代码行数:6,代码来源:RecentCheckins.py
示例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')
开发者ID:cwarny,项目名称:entity-resolution,代码行数:6,代码来源:GetQueueAttributes.py
示例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')
开发者ID:dattasaurabh82,项目名称:Final_thesis,代码行数:6,代码来源:Books.py
示例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')
开发者ID:cwarny,项目名称:entity-resolution,代码行数:6,代码来源:MusicArtists.py
示例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')
开发者ID:dattasaurabh82,项目名称:Final_thesis,代码行数:6,代码来源:GetLastMessageThatContains.py
示例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')
开发者ID:dattasaurabh82,项目名称:Final_thesis,代码行数:6,代码来源:GetCategoryFeatures.py
示例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')
开发者ID:cwarny,项目名称:entity-resolution,代码行数:6,代码来源:UserContacts.py
示例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')
开发者ID:cwarny,项目名称:entity-resolution,代码行数:6,代码来源:InitializeOAuth.py
示例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')
开发者ID:cwarny,项目名称:entity-resolution,代码行数:6,代码来源:SpecialNeeds.py
示例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')
开发者ID:Cribstone,项目名称:Arduino-Sketchbook,代码行数:6,代码来源:GetAllCalendars.py
示例16: __init__
def __init__(self, temboo_session):
"""
Create a new instance of the DeletePhoneNumber Choreo. A TembooSession object, containing a valid
set of Temboo credentials, must be supplied.
"""
Choreography.__init__(self, temboo_session, '/Library/Twilio/IncomingPhoneNumbers/DeletePhoneNumber')
开发者ID:cwarny,项目名称:entity-resolution,代码行数:6,代码来源:DeletePhoneNumber.py
示例17: __init__
def __init__(self, temboo_session):
"""
Create a new instance of the DeleteEntry Choreo. A TembooSession object, containing a valid
set of Temboo credentials, must be supplied.
"""
Choreography.__init__(self, temboo_session, '/Library/RunKeeper/Nutrition/DeleteEntry')
开发者ID:cwarny,项目名称:entity-resolution,代码行数:6,代码来源:DeleteEntry.py
示例18: __init__
def __init__(self, temboo_session):
"""
Create a new instance of the FindByURL Choreo. A TembooSession object, containing a valid
set of Temboo credentials, must be supplied.
"""
Choreography.__init__(self, temboo_session, '/Library/Flickr/Places/FindByURL')
开发者ID:cwarny,项目名称:entity-resolution,代码行数:6,代码来源:FindByURL.py
注:本文中的temboo.core.choreography.Choreography类示例由纯净天空整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。 |
请发表评论