Use a REST API: Difference between revisions

no edit summary
(Created page with "{{task}} To: <ol> <li>Get a list of events</li> <li>Submit events</li> </ol> Using the [http://www.meetup.com/meetup_api/ Meetup.com API]. An API key is assumed to be suppl...")
 
No edit summary
Line 10:
 
An API key is assumed to be supplied through an <code>api_key.txt</code> file.
 
Solutions should be implemented without any meetup.com helper libraries, to make it easier to translate to languages which don't have such helper libraries. However, examples that do use helper libraries may be provided as an addition.
 
=={{header|Java}}==
Anonymous user