- How do I test POST and DELETE methods?
- It looks like I can be added as an organizer to the meetup api group and test POST calls there?
- There seems to be a lot of overlap in some of the GET methods (and maybe POST too, but I haven't looked). For instance, the
/2/groups
,/find/groups
, and/recommended/groups
have some very common functionality.
Design/Technical Considerations
- Make comments or something explaining when to use which meetup api methods. Because the methods do overlap in their functionality it can be confusing knowing when to use which one.
- Add in functionality to allow gem users access to the
/batch
method.