Talk:Use a REST API: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Output?: new section)
 
(→‎Submitting events: new section)
Line 2: Line 2:


I think the task should specify an example set of parameters for the event query and ask for some sample output. E.g. a city and topic and the number of events and partial information for the first n events. —[[User:dchapes|dchapes]] ([[User talk:dchapes|talk]] | [[Special:Contributions/dchapes|contribs]]) 00:30, 29 December 2014 (UTC)
I think the task should specify an example set of parameters for the event query and ask for some sample output. E.g. a city and topic and the number of events and partial information for the first n events. —[[User:dchapes|dchapes]] ([[User talk:dchapes|talk]] | [[Special:Contributions/dchapes|contribs]]) 00:30, 29 December 2014 (UTC)

== Submitting events ==

I think asking for submitting of events will be problematic.
Perhaps it would be better for the task author to create a single example/test RosettaCode "event"
and then have a ''bonus'' task requirement to use
[http://www.meetup.com/meetup_api/docs/2/event_comment/#create POST 2/event_comment]
to add a comment to it.
An example use of any POST API should be close enough to any other POST API for RosettaCode purposes.
—[[User:dchapes|dchapes]] ([[User talk:dchapes|talk]] | [[Special:Contributions/dchapes|contribs]]) 00:41, 29 December 2014 (UTC)

Revision as of 00:41, 29 December 2014

Output?

I think the task should specify an example set of parameters for the event query and ask for some sample output. E.g. a city and topic and the number of events and partial information for the first n events. —dchapes (talk | contribs) 00:30, 29 December 2014 (UTC)

Submitting events

I think asking for submitting of events will be problematic. Perhaps it would be better for the task author to create a single example/test RosettaCode "event" and then have a bonus task requirement to use POST 2/event_comment to add a comment to it. An example use of any POST API should be close enough to any other POST API for RosettaCode purposes. —dchapes (talk | contribs) 00:41, 29 December 2014 (UTC)