Understanding gRPC, OpenAPI and REST and when to use them in API design (2020) 1 year ago
The least-commonly used API model is REST
IMHO that's not true. We could argue that the REST name is abused, but it's the word commonly used to describe a stateless API that use HTTP with URI trough verbs (GET, POST, PUT, DELETE, PATCH).
This article seems opinionated towards gRPC