Computer Science, asked by princerautaray, 1 year ago

what are the architecture constraints of REST ?​

Answers

Answered by Anonymous
1

The only optional constraint of REST architecture is code on demand. If a service violates any other constraint, it cannot strictly be referred to as RESTful. Uniform Interface: It is a key constraint that differentiate between a REST API and Non-REST API.

Answered by roopesh9242
1

Answer:

The only optional constraint of REST architecture is code on demand. If a service violates any other constraint, it cannot strictly be referred to as RESTful. Uniform Interface: It is a key constraint that differentiate between a REST API and Non-REST API.

Explanation:

Please mark me as brainliest answer

Similar questions