meetup v0.1.1 Meetup.V3.Photos
Handles endpoints related to meetup photos.
Link to this section Summary
Functions
Creates a new photo comment. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/events/:event_id/photos/:photo_id/comments/#post
Lists photo comments associated with a photo
Deletes a specified event photo
Deletes photo comments
Edits photo details. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/events/:event_id/photos/:photo_id/#edit
Lists of all photos uploaded for the group. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/photos/#list
Lists photos for a given event. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/events/:event_id/photos/#list
Deletes a member photo by id
Support for uploading new Member photos. For available params, see: https://www.meetup.com/meetup_api/docs/members/:member_id/photos/#post
Gets information about a specific photo album. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/photo_albums/:album_id/
Support for uploading new album photos. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/photo_albums/:album_id/photos/#upload
Lists photos for a given photo album. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/photo_albums/:album_id/photos/#list
Gets a list a group photo albums in ascending order based on the time they were created. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/photo_albums/
Gets information about a specific photo. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/events/:event_id/photos/:photo_id/#get
Support for uploading new Event photos. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/events/:event_id/photos/#upload
Link to this section Functions
Creates a new photo comment. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/events/:event_id/photos/:photo_id/comments/#post
Lists photo comments associated with a photo.
Deletes a specified event photo.
Deletes photo comments.
Edits photo details. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/events/:event_id/photos/:photo_id/#edit
Lists of all photos uploaded for the group. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/photos/#list
Lists photos for a given event. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/events/:event_id/photos/#list
Deletes a member photo by id.
Support for uploading new Member photos. For available params, see: https://www.meetup.com/meetup_api/docs/members/:member_id/photos/#post
Gets information about a specific photo album. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/photo_albums/:album_id/
Support for uploading new album photos. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/photo_albums/:album_id/photos/#upload
Lists photos for a given photo album. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/photo_albums/:album_id/photos/#list
Gets a list a group photo albums in ascending order based on the time they were created. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/photo_albums/
Gets information about a specific photo. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/events/:event_id/photos/:photo_id/#get
Support for uploading new Event photos. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/events/:event_id/photos/#upload