![]() |
xml-rpc vs rest | what would you use? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: xml-rpc vs rest | what would you use? (/showthread.php?tid=4385) |
xml-rpc vs rest | what would you use? - El Forum - 11-21-2007 [eluser]CI jforth[/eluser] I'm working on laying out a project that is going to utilize xml-rpc or rest for an api. I'm hoping that someone with some experience in this area would give me their 2 cents on which route to take. xml-rpc vs rest | what would you use? - El Forum - 11-21-2007 [eluser]Derek Allard[/eluser] My experience here is limited, but REST seems sound in principal, and seems to be getting positive play from people who've used it. If I had to chose, I'd go REST based purely on positive feedback. Anyhow, take that with a grain of salt ![]() xml-rpc vs rest | what would you use? - El Forum - 11-22-2007 [eluser]gtech[/eluser] I am using the xmlrpc library provided with codeigniter and that seems to work very well for me. I havnt used REST though so can't comment. |