📜  你为什么要做rest api teting - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:00.954000             🧑  作者: Mango

代码示例1
The purpose of rest api testing is to record the response of rest api 
by sending various HTTP/S requests to check if rest api is working fine or not. 
Rest api testing is done by GET, POST, PUT and DELETE methods.

Rest stands for Representational State Transfer. It is an architectural style 
and an approach for communication used in the development of Web Services. 
REST has become a logical choice for building APIs. It enables users 
to connect and interact with cloud services efficiently.