Re: Calling remote API

2010-07-09 Thread Tom Evans
On Fri, Jul 9, 2010 at 3:59 AM, james_027 wrote: > hi all, > It will be my first time to create django app that requires calling > remote API. As far as I know django has no built in support for this. > I only way I know is URLLIB2, any good library for this purpose, which > e

Calling remote API

2010-07-08 Thread james_027
hi all, It will be my first time to create django app that requires calling remote API. As far as I know django has no built in support for this. I only way I know is URLLIB2, any good library for this purpose, which easily send your request as get this parameters and also easily parse the return