24
Awlex
2y

Frontend dev: Hey, could you break HTTP conventions and change the API so I don't have to manage the context of the request?

Comments
  • 4
    What convention is not broken by graphql or react 😂
  • 5
    I think about half of the APIs I’ve used do this. It’s ridiculous.
  • 13
    Holy fucking shit. I have to deal with this every day.

    - See, the API didn't respond to my request.

    - that's because your request was malformed.

    - but this is the way we're making the call, change the API to accept it.
  • 8
    @h3rp1d3v Want to query some info? Better make a POST... Obviously
  • 0
    @Noobish BuT tHeN tHe UsEr CaN't sEe It So It Is MoRe SeCuRe
  • 1
    @Lucky-Loek this makes me think we work at same company now. Holy shit is that accurate
  • 0
    Don't know if I sound be glad or sad that we do our own front-end work
  • 0
    @h3rp1d3v react doesnt have anything to do with how you build your APIs... could be REST, could be gRPC, could be something else.
Add Comment