Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
py2js33777yI don't understand why you have to write then from scratch? There are plenty of things already built for building rest apis just use something like django rest.
-
@just8littleBit underfetching mostly in my case. The thing is my app already had a graphql API but they wanted a REST one.
-
@py2js it's a node backend with some weird custom authentication logic. Django is too opinionated to make it work with little effort.
-
py2js33777y@superbadrobot completely agree with you. I used django for a while so I know that it can cause you pain. Although depends upon Dev and use case
Related Rants
If I ever have to write a RESTful API form scratch again I'm gonna throw myself out of the window.
rant
graphql
restsucks