Skip to content Skip to sidebar Skip to footer

Integration Of Restkit With Django-tastypie

This is my first project using RestKit and I am trying to make my simple iOS application synchronize with a set of API served by a Django application using the Tastypie package. My

Solution 1:

Since this question was left without answer, I'll answer it myself with how I went forward with these issues.

I have actually abandoned RestKit which is certainly very powerful but I couldn't bent it enough so it would work with Django-Tastypie instead I went to AFNetworking which is less high-level but allowed me to do my own API to Core Data backend and turned out quite convenient.

I hope this might help some other lost soul. Regards,

Post a Comment for "Integration Of Restkit With Django-tastypie"