JediMasterT has asked for the wisdom of the Perl Monks concerning the following question:
As a real-world application, and to learn a bit more about HTTP and parsing, I am using the Twitter API to search for the 20 latest mentions of someones name. The API that I would be using, "REST API", can send this information in four formats: XML, JSON, RSS, and atom. Because there are so many options, so many libraries for each option, and because it's an interesting discussion topic, I thought I'd ask the monks of Perl wisdom: Which format/library would be best for this situation?
PS, the documentation is here
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Twitter API choices (JSON)
by tye (Sage) on Nov 28, 2011 at 17:40 UTC | |
by anneli (Pilgrim) on Nov 29, 2011 at 01:34 UTC | |
by bibliophile (Prior) on Nov 29, 2011 at 14:49 UTC | |
|
Re: Twitter API choices
by mrguy123 (Hermit) on Nov 29, 2011 at 08:15 UTC | |
|
Re: Twitter API choices
by wol (Hermit) on Nov 29, 2011 at 11:27 UTC | |
|
Re: Twitter API choices
by jdrago999 (Pilgrim) on Nov 29, 2011 at 21:43 UTC | |
by JediMasterT (Sexton) on Nov 29, 2011 at 22:50 UTC | |
|
Re: Twitter API choices
by JavaFan (Canon) on Nov 28, 2011 at 16:33 UTC | |
by JediMasterT (Sexton) on Nov 28, 2011 at 17:46 UTC |