REST API vs. RESTful API
REST API
Definition
Representational State Transfer Application Programming Interface (REST API)
A REST API is an API based on the REST architecture.
Components of a REST API
1. URIs should use nouns rather than verbs and should be in lowercase.
...
eunhanlee.hashnode.dev2 min read
Debanjana Ghosh
iam@SAP
Interesting article!