I am a big fan of TastyPie. But I don't understand your following requirement:
- *Get/set (conversion) between different schemas* - I.e.: No matter the input API, you can get it formatted in whichever output API you request Are you simply trying to create a unified interface for all of you existing APIs? If so, are they using Django models? TastyPie would only be useful for you if you have existing Django Models. You could still use it without having Django models, but then you would have to write lot more of the api code yourself. TastyPie is a full-featured, drop-in API system. It is meant to simply included into your existing code, your attach it to your Django model and it will serve the data associated to the models. It provides all of the RESTful options: GET, POST, DELETE and PUT. Django-Piston also makes use of django models, but it does not solely relies on it. It provides a very basic interface (in comparison to TastyPie) and you would need to write all of the RESTful request handles yourself. Both TastyPie and Piston have authentication and authorization system. -- 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/-/LOLDecKzQBEJ. 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.