Skip to content

Instantly share code, notes, and snippets.

@themoxman
Last active January 1, 2016 06:19
Show Gist options
  • Save themoxman/8104145 to your computer and use it in GitHub Desktop.
Save themoxman/8104145 to your computer and use it in GitHub Desktop.
  • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment