Building a carpool web API with Django (part 8)
In part 7 of our series we looked at writing unit tests for our REST API. In this post we are going to look at making our API usable by non-web clients such ...
In part 7 of our series we looked at writing unit tests for our REST API. In this post we are going to look at making our API usable by non-web clients such ...
Happy New Year! I hope you had a wonderful time during the December holidays. Myself I had so much fun at my rural home in Zimbabwe where the we were celebra...
In part 5 of our series we added more endpoints to our API. In this very short post we are going to add filtering support to our trips endpoint to allow user...
In part 4 of our series we installed Django Rest Framework to our project and exposed our first API endpoint for the Users model. In this post we are going t...
In part 3 of our series we added more models to our system. In this post we are going to start working on the REST API. We are going to install the library t...