Local Python wrapper around REST API - experiences?

135 views
Skip to first unread message

Victor Hooi

unread,
Mar 15, 2013, 4:55:01 PM3/15/13
to django-res...@googlegroups.com
Hi,

We have a Django app providing a restful API.

I'd like to offer a Python-based API around the service - without having people directly use requests.

Not that requests isn't awesome =) - but we wanted to make this dead simple for people, and also abstract away some of the nuances of our data.

Do you have any recommendations for good wrappers that work well with django-rest-framework?

I'm aware of Finch (https://github.com/jaimegildesagredo/finch), but I don't know of any others.

Do people have any experience with this, or making their own Python APIs around a REST service?

Cheers,
Victor

Max Arnold

unread,
Mar 17, 2013, 11:08:11 AM3/17/13
to django-res...@googlegroups.com
On Fri, Mar 15, 2013 at 01:55:01PM -0700, Victor Hooi wrote:
> Hi,
>
> We have a Django app providing a restful API.
>
> I'd like to offer a Python-based API around the service - without having
> people directly use requests.
>
> Not that requests isn't awesome =) - but we wanted to make this dead simple
> for people, and also abstract away some of the nuances of our data.
>
> Do you have any recommendations for good wrappers that work well with
> django-rest-framework?
>
> I'm aware of Finch (https://github.com/jaimegildesagredo/finch), but I
> don't know of any others.

Haven't tried it myself, but it looks like slightly higher level than requests
for RESTful APIs: https://github.com/kadirpekel/hammock
Reply all
Reply to author
Forward
0 new messages