Implementing a REST API with Django REST framework
Published in
9 min readFeb 6, 2022
--
In a previous post I discussed implementing a GraphQL API with Python, Graphene and Django. GraphQL is designed to solve some drawbacks of REST APIs. Nevertheless REST APIs are still widely used and likely that many companies will implement more and more REST APIs to complement their internal digitization processes.