Skip to content

Commit

Permalink
Merge branch '1.4.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutianski committed Jun 9, 2017
2 parents 81cb5bd + 552c46e commit 239fb52
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
39 changes: 38 additions & 1 deletion lib/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,18 @@
}
}
},
"findEvents": {
"resource": "https://api.meetup.com/find/events",
"method": "get",
"test": {
"params": {
"text": "javascript"
},
"return": {
"type": "array"
}
}
},
"getConcierge": {
"resource": "https://api.meetup.com/2/concierge",
"method": "get",
Expand Down Expand Up @@ -548,6 +560,18 @@
}
}
},
"findVenues": {
"resource": "https://api.meetup.com/find/venues",
"method": "get",
"test": {
"params": {
"text": "Buenos Aires"
},
"return": {
"type": "array"
}
}
},
"getRecommendedVenues": {
"resource": "https://api.meetup.com/recommended/venues",
"method": "get",
Expand Down Expand Up @@ -696,7 +720,7 @@
}
}
},
"getLocations": {
"findLocations": {
"resource": "https://api.meetup.com/find/locations",
"method": "get",
"test": {
Expand Down Expand Up @@ -738,5 +762,18 @@
"type": "array"
}
}
},
"getHosts": {
"resource": "https://api.meetup.com/:urlname/events/:event_id/hosts",
"method": "get",
"test": {
"params": {
"event_id": "239365282",
"urlname": "banodejs"
},
"return": {
"type": "array"
}
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "meetup-api",
"description": "Meetup API library",
"version": "1.4.15",
"version": "1.4.16",
"license": "GPL-3.0",
"directories": {
"lib": "./lib",
Expand Down

0 comments on commit 239fb52

Please sign in to comment.