Configuring Yelp Operations

This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Configuring Yelp Operations

To use the Yelp connector, add the <yelp.init> element in your configuration before carrying out any other Yelp operations. 

init
<yelp.init> <consumerKey>{$ctx:consumerKey}</consumerKey> <consumerKeySecret>{$ctx:consumerKeySecret}</consumerKeySecret> <accessToken>{$ctx:accessToken}</accessToken> <accessTokenSecret>{$ctx:accessTokenSecret}</accessTokenSecret> </yelp.init>
properties
  • consumerKey: api_key provided by yelp.

  • consumerKeySecret: api_key_secret provided by yelp.

  • accessToken : api_key provided by yelp.

  • accessTokenSecret: api_key_secret provided by yelp.

 For more information on authentication, see

https://www.yelp.com/developers/documentation/v2/authentication

Now that you have connected to Yelp, use the information in the following topics to perform various operations with the connector.