If I'd go with it, I'd probably go with writing my own simple interface or 
using https://bitbucket.org/jespern/django-piston/wiki/Home
I'm not so big fan of TastyPie at all

On Wednesday, May 2, 2012 11:16:46 AM UTC+2, Alec Taylor wrote:
>
> I have multiple different APIs with different schemas serialised in XML or 
> JSON which I need to output as a standardised schema.
>
> Main features needed:
>
>    - *Serialisation to XML and JSON*
>    - *Authentication* 
>       - I.e.: can't get/set data unless you have the correct user+pass
>    - *Role/Scope limitation* 
>       - I.e.: you can't access everything in our database, only what your 
>       role allows for
>    - *Get/set (conversion) between different schemas* 
>       - I.e.: No matter the input API, you can get it formatted in 
>       whichever output API you request
>    
> Is this the sort of problem Slumber <http://slumber.in/> with 
> TastyPie<http://tastypieapi.org/>would be best for?
>
> Or are there a different libraries you'd recommend?
>
> Thanks for all suggestions,
>
> Alec Taylor
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/4Ug5RBVF6fsJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to