Пример #1
0
 /**
  * Retrieves shipment information for a specified reference number.
  *
  * @param Temboo_Session $session The session that owns this TrackByReference Choreo.
  * @return FedEx_TrackingAndVisibility_TrackByReference New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/FedEx/TrackingAndVisibility/TrackByReference/');
 }
Пример #2
0
 /**
  * Retrieves a fresh Access Token by exchanging the Refresh Token that is associated with the expired Access Token.
  *
  * @param Temboo_Session $session The session that owns this RefreshToken Choreo.
  * @return Uber_OAuth_RefreshToken New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/Uber/OAuth/RefreshToken/');
 }
Пример #3
0
 /**
  * Retrieves the information for contacts for the user assoicated with the authorized access token.
  *
  * @param Temboo_Session $session The session that owns this UserContacts Choreo.
  * @return Dwolla_Contacts_UserContacts New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/Dwolla/Contacts/UserContacts/');
 }
Пример #4
0
 /**
  * Search for the specified unique name, returning a single result per feature.
  *
  * @param Temboo_Session $session The session that owns this UniqueNameSearch Choreo.
  * @return UnlockPlaces_UniqueNameSearch New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/UnlockPlaces/UniqueNameSearch/');
 }
Пример #5
0
 /**
  * Retrieves transcripts of NPR stories based on their unique story IDs.
  *
  * @param Temboo_Session $session The session that owns this TranscriptSearch Choreo.
  * @return NPR_Transcripts_TranscriptSearch New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/NPR/Transcripts/TranscriptSearch/');
 }
Пример #6
0
 /**
  * Allows you to easily update the location data of your feed.
  *
  * @param Temboo_Session $session The session that owns this WriteLocationData Choreo.
  * @return Xively_ReadWriteData_WriteLocationData New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/Xively/ReadWriteData/WriteLocationData/');
 }
Пример #7
0
 /**
  * Executes the specified SOSL search in the default global search scope of a logged-in user.
  *
  * @param Temboo_Session $session The session that owns this SearchScopeAndOrder Choreo.
  * @return Salesforce_Searching_SearchScopeAndOrder New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/Salesforce/Searching/SearchScopeAndOrder/');
 }
Пример #8
0
 /**
  * Updates the callback details for the specified number.
  *
  * @param Temboo_Session $session The session that owns this UpdateNumber Choreo.
  * @return Nexmo_Account_UpdateNumber New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/Nexmo/Account/UpdateNumber/');
 }
Пример #9
0
 /**
  * Retrieves today's visitors, actions, average actions, average time, and bounce rate.
  *
  * @param Temboo_Session $session The session that owns this VisitorsToday Choreo.
  * @return Clicky_VisitorsToday New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/Clicky/VisitorsToday/');
 }
Пример #10
0
 /**
  * Allows your application to submit free-form queries similar to the queries one might enter at the Wolfram|Alpha website.
  *
  * @param Temboo_Session $session The session that owns this Query Choreo.
  * @return WolframAlpha_Query New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/WolframAlpha/Query/');
 }
Пример #11
0
 /**
  * Validate an Instapaper account.
  *
  * @param Temboo_Session $session The session that owns this Authenticate Choreo.
  * @return Instapaper_Authenticate New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/Instapaper/Authenticate/');
 }
Пример #12
0
 /**
  * Returns URLs or identifiers from third parties that have been applied to this venue.
  *
  * @param Temboo_Session $session The session that owns this VenueLinks Choreo.
  * @return Foursquare_Venues_VenueLinks New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/Foursquare/Venues/VenueLinks/');
 }
Пример #13
0
 /**
  * Allows you to update or create a file on the CloudMine server.
  *
  * @param Temboo_Session $session The session that owns this SetFile Choreo.
  * @return CloudMine_FileStorage_SetFile New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/CloudMine/FileStorage/SetFile/');
 }
Пример #14
0
 /**
  * Retrieves a user's topics. 
  *
  * @param Temboo_Session $session The session that owns this Topics Choreo.
  * @return Klout_User_Topics New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/Klout/User/Topics/');
 }
Пример #15
0
 /**
  * Retrieves a list of uploaded videos associated with a specified user.
  *
  * @param Temboo_Session $session The session that owns this VideoUploads Choreo.
  * @return Facebook_Reading_VideoUploads New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/Facebook/Reading/VideoUploads/');
 }
Пример #16
0
 /**
  * Verifies the User Identity.   
  *
  * @param Temboo_Session $session The session that owns this VerifyUserIdentity Choreo.
  * @return Zendesk_UserIdentities_VerifyUserIdentity New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/Zendesk/UserIdentities/VerifyUserIdentity/');
 }
Пример #17
0
 /**
  * Unstars a gist using a specified gist id.
  *
  * @param Temboo_Session $session The session that owns this UnstarGist Choreo.
  * @return GitHub_GistsAPI_Gists_UnstarGist New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/GitHub/GistsAPI/Gists/UnstarGist/');
 }
Пример #18
0
 /**
  * Retrieve estimate information for a specified property.
  *
  * @param Temboo_Session $session The session that owns this GetZestimate Choreo.
  * @return Zillow_GetZestimate New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/Zillow/GetZestimate/');
 }
Пример #19
0
 /**
  * Creates a zip file containing all files within the specified folder and returns a link to the new compressed file.
  *
  * @param Temboo_Session $session The session that owns this ZipFolder Choreo.
  * @return Box_Folders_ZipFolder New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/Box/Folders/ZipFolder/');
 }
Пример #20
0
 /**
  * Returns a list of drugs in the DailyMed database associated with a given drug name.
  *
  * @param Temboo_Session $session The session that owns this SearchByName Choreo.
  * @return DailyMed_SearchByName New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/DailyMed/SearchByName/');
 }
Пример #21
0
 /**
  * Creates a message in a user's shoutbox 
  *
  * @param Temboo_Session $session The session that owns this Shout Choreo.
  * @return LastFm_User_Shout New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/LastFm/User/Shout/');
 }
Пример #22
0
 /**
  * Search for restaurants by name. 
  *
  * @param Temboo_Session $session The session that owns this FindRestaurantsByName Choreo.
  * @return Factual_FindRestaurantsByName New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/Factual/FindRestaurantsByName/');
 }
Пример #23
0
 /**
  * Returns a keyword search of all lending teams using multiple criteria.
  *
  * @param Temboo_Session $session The session that owns this SearchTeams Choreo.
  * @return Kiva_Teams_SearchTeams New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/Kiva/Teams/SearchTeams/');
 }
Пример #24
0
 /**
  * Access DuckDuckGo web search functionality.  
  *
  * @param Temboo_Session $session The session that owns this Query Choreo.
  * @return DuckDuckGo_Query New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/DuckDuckGo/Query/');
 }
Пример #25
0
 /**
  * Only returns information for businesses with deals.
  *
  * @param Temboo_Session $session The session that owns this SearchForBusinessesWithDeals Choreo.
  * @return Yelp_SearchForBusinessesWithDeals New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/Yelp/SearchForBusinessesWithDeals/');
 }
Пример #26
0
 /**
  * Translates multiple source texts.
  *
  * @param Temboo_Session $session The session that owns this TranslateArray Choreo.
  * @return Microsoft_Translator_TranslateArray New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/Microsoft/Translator/TranslateArray/');
 }
Пример #27
0
 /**
  * Allows access to the information in the Recovery Act Recipient Reports database.
  *
  * @param Temboo_Session $session The session that owns this Recovery Choreo.
  * @return FedSpending_Recovery New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/FedSpending/Recovery/');
 }
Пример #28
0
 /**
  * For a given ID of the highest-level owning parent of a family of corporations, retrieves all of the companies that are "below" it in the hierarchy.
  *
  * @param Temboo_Session $session The session that owns this TopParent Choreo.
  * @return CorpWatch_Relationships_TopParent New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/CorpWatch/Relationships/TopParent/');
 }
Пример #29
0
 /**
  * Returns a shortened URL for a long URL that you provide.
  *
  * @param Temboo_Session $session The session that owns this ShortenURL Choreo.
  * @return Bitly_Links_ShortenURL New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/Bitly/Links/ShortenURL/');
 }
Пример #30
0
 /**
  * Updates an existing user.
  *
  * @param Temboo_Session $session The session that owns this UpdateUser Choreo.
  * @return OneLogin_Users_UpdateUser New instance.
  */
 public function __construct(Temboo_Session $session)
 {
     parent::__construct($session, '/Library/OneLogin/Users/UpdateUser/');
 }