Google News
logo
Rest API - Quiz(MCQ)
The insistence that RESTful APIs have URLs that identify resources in a consistent and predictable manner is known as:
A)
The RESTful naming convention
B)
The RESTful consistency constraint
C)
The uniform interface constraint
D)
The RESTful pattern matching convention

Correct Answer :   The uniform interface constraint


Explanation : The uniform interface constraint demands that URLs and URIs be designed in a predictable and consistent manner that is easily navigated and consumed by RESTful clients.

Advertisement