DEV Community

Discussion on: How do you feel about the "misuse" of HTTP methods?

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao

Hmmm.. Building good REST api is tricky and building API for internal or external API can be a nightmare.

I find that if they are using either OpenAPI specifications and related tools or Postman.

They are serious in API development work.

Lastly having example like Auth0, Twilio or Salesforce is really a good leader to copy their design concepts.