Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yelp v1.1 (Independent Publisher) #1082

Merged
merged 2 commits into from
Sep 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Yelp",
"description": "The Yelp connector allows you to get the best local content, points of interest, and user reviews from millions of businesses across 32 countries.",
"version": "1.0",
"version": "1.1",
"contact": {
"name": "Ahmad Najjar",
"email": "ahmadn82@hotmail.com"
Expand Down
20 changes: 20 additions & 0 deletions independent-publisher-connectors/Yelp/apiProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@
}
}
},
"policyTemplateInstances": [
{
"templateId": "setheader",
"title": "Set API Key",
"parameters": {
"x-ms-apimTemplateParameter.name": "Authorization",
"x-ms-apimTemplateParameter.value": "Bearer @connectionParameters('api_key')",
"x-ms-apimTemplateParameter.existsAction": "override",
"x-ms-apimTemplate-policySection": "Request",
"x-ms-apimTemplate-operationName": [
"BusinessSearch",
"PhoneSearch",
"BusinessDetails",
"BusinessMatch",
"Reviews",
"Autocomplete"
]
}
}
],
"iconBrandColor": "#D32323",
"capabilities": [],
"publisher": "Ahmad Najjar",
Expand Down
5 changes: 3 additions & 2 deletions independent-publisher-connectors/Yelp/readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Yelp
The Yelp service allows you to get the best local content, points of interest, and user reviews from millions of businesses across 32 countries.

## Publisher: Ahmad Najjar
## Publisher
### Ahmad Najjar

## Prerequisites
You need to have an Yelp developer account. You can [sign up](https://www.yelp.com/fusion) for free.
You need to have a Yelp developer account. You can [sign up](https://www.yelp.com/fusion) for free.

## Supported Operations
### Search Businesses
Expand Down