> A majority of APIs don't even use all of the existing HTTP verbs That is because there are essentially only 3 verbs in HTTP: GET, POST, and OPTIONS (needed for CORS). All the others are (from a protocol POV) rebranded…
> A majority of APIs don't even use all of the existing HTTP verbs That is because there are essentially only 3 verbs in HTTP: GET, POST, and OPTIONS (needed for CORS). All the others are (from a protocol POV) rebranded…