|
119 | 119 | } |
120 | 120 | }, |
121 | 121 | "getEvent": { |
122 | | - "resource": "https://api.meetup.com/2/event/:id", |
| 122 | + "resource": "https://api.meetup.com/:urlname/events/:id", |
123 | 123 | "method": "get", |
124 | 124 | "test": { |
125 | 125 | "params": { |
| 126 | + "urlname": "NodeJS-Argentina", |
126 | 127 | "id": "79797122" |
127 | 128 | }, |
128 | 129 | "return": { |
|
252 | 253 | "resource": "https://api.meetup.com/:urlname/events/:id/attendance", |
253 | 254 | "method": "post" |
254 | 255 | }, |
| 256 | + "getEventAttendance": { |
| 257 | + "resource": "https://api.meetup.com/:urlname/events/:id/attendance", |
| 258 | + "method": "get", |
| 259 | + "test": { |
| 260 | + "params": { |
| 261 | + "id": "79797122", |
| 262 | + "urlname": "NodeJS-Argentina" |
| 263 | + }, |
| 264 | + "return": { |
| 265 | + "type": "array" |
| 266 | + } |
| 267 | + } |
| 268 | + }, |
| 269 | + "postEventPayments": { |
| 270 | + "resource": "https://api.meetup.com/:urlname/events/:id/payments", |
| 271 | + "method": "post" |
| 272 | + }, |
255 | 273 | "getActivity": { |
256 | 274 | "resource": "https://api.meetup.com/activity", |
257 | 275 | "method": "get", |
|
298 | 316 | "postGroupPhoto": { |
299 | 317 | "resource": "https://api.meetup.com/2/group_photo", |
300 | 318 | "method": "post", |
301 | | - "disable": true, |
302 | | - "comments": "WARNING: postGroupPhoto() is not implemented yet!" |
| 319 | + "multipart_photo": true |
| 320 | + }, |
| 321 | + "findGroups": { |
| 322 | + "resource": "https://api.meetup.com/find/groups", |
| 323 | + "method": "get", |
| 324 | + "test": { |
| 325 | + "params": { |
| 326 | + "page": 1 |
| 327 | + }, |
| 328 | + "return": { |
| 329 | + "type": "array" |
| 330 | + } |
| 331 | + } |
| 332 | + }, |
| 333 | + "getRecommendedGroups": { |
| 334 | + "resource": "https://api.meetup.com/recommended/groups", |
| 335 | + "method": "get", |
| 336 | + "test": { |
| 337 | + "params": { |
| 338 | + "urlname": "NodeJS-Argentina" |
| 339 | + }, |
| 340 | + "return": { |
| 341 | + "type": "array" |
| 342 | + } |
| 343 | + } |
| 344 | + }, |
| 345 | + "postRecommendedGroupsIgnore": { |
| 346 | + "resource": " /recommended/groups/ignores/:urlname", |
| 347 | + "method": "post" |
303 | 348 | }, |
304 | 349 | "postTopics": { |
305 | 350 | "resource": "/:urlname/topics", |
|
366 | 411 | }, |
367 | 412 | "postMemberPhoto": { |
368 | 413 | "resource": "https://api.meetup.com/2/member_photo", |
369 | | - "method": "post" |
| 414 | + "method": "post", |
| 415 | + "multipart_photo": true |
370 | 416 | }, |
371 | 417 | "deleteMemberPhoto": { |
372 | 418 | "resource": "https://api.meetup.com/2/member_photo/:id", |
373 | 419 | "method": "delete" |
374 | 420 | }, |
375 | | - "postMessage": { |
376 | | - "resource": "https://api.meetup.com/2/message", |
377 | | - "method": "post" |
378 | | - }, |
379 | 421 | "getOEMBed": { |
380 | 422 | "resource": "https://api.meetup.com/oembed", |
381 | 423 | "method": "get", |
|
392 | 434 | "postPhoto": { |
393 | 435 | "resource": "https://api.meetup.com/2/photo", |
394 | 436 | "method": "post", |
395 | | - "disable": true, |
396 | | - "comments": "WARNING: postPhoto() is not implemented yet!" |
| 437 | + "multipart_photo": true |
397 | 438 | }, |
398 | 439 | "deletePhoto": { |
399 | 440 | "resource": "https://api.meetup.com/2/photo/:id", |
|
591 | 632 | "method": "get", |
592 | 633 | "test": { |
593 | 634 | "params": { |
594 | | - |
595 | 635 | "fields": "stats" |
596 | 636 | }, |
597 | 637 | "return": { |
|
630 | 670 | "getStreamOpenEvents": { |
631 | 671 | "resource": "https://stream.meetup.com/2/open_events", |
632 | 672 | "method": "get", |
633 | | - "chunked": "true", |
| 673 | + "chunked": true, |
634 | 674 | "test": { |
635 | 675 | "params": { |
636 | 676 | "since_mtime": "1294435118533" |
|
0 commit comments