11

If I ever have to write a RESTful API form scratch again I'm gonna throw myself out of the window.

Comments
  • 0
    Try SOAP
  • 0
    Why? What’s the problem with REST?
  • 1
    I 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.
  • 0
    whats wrong with rest?
  • 1
    @just8littleBit underfetching mostly in my case. The thing is my app already had a graphql API but they wanted a REST one.
  • 1
    @py2js it's a node backend with some weird custom authentication logic. Django is too opinionated to make it work with little effort.
  • 2
    @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
Add Comment