3

What would you say is the best API protocol? REST? GraphQL? Anything else?

Comments
  • 2
    REST

    Never tried others though.
  • 5
    Depends on what you're doing.
  • 2
    If you've already got one layer of API calls, I'd say use gRPC for "internal" ones.
  • 0
    @SortOfTested Whops I worded that wrong. I was out for favorites 🙈
  • 0
    There's no best. There's certainly groups of "Would use", "Might use" or "Wouldn't touch with a bargepole", but beyond that it comes down to the application.
  • 1
    I really enjoy graphql, the very little performance loss is gain through a gigantic amount of time saved compared to rest
  • 0
    The best is always the one you feel easy with.
    Full stop!!
  • 0
    Depends on the ppl who build it:

    200
    {success: false}
Add Comment