Google News
logo
API Testing - Interview Questions
What are some architectural styles for creating a Web API?
Bellows are four common Web API architectural styles :
 
* HTTP for client-server communication
* XML/JSON as formatting language
* Simple URI as the address for the services
* Stateless communication
Advertisement