Recently i got hired for working with local development agency to create a dashboard with its API, but i was struggling writing the API, testing it and writing its docs.
Until i discovered the new django ninja 3rd party library and it really amused me. Where beside of creating the API and writing it it allows you to even test it locally from your web browser.
Django ninja gives every developer to create the desired API with less coding and simpler syntax
and with using the propre URL routing you can choose the URL path of every ENDPOINT
so using a the less coding you can achieve all what you desire on your API
Top comments (0)