📜  什么是后端 API? - 无论代码示例

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

代码示例1
● It is where application logic code is. Your conditions etc.
● How to test?
1) Manually → Using tools like Postman etc. 
By sending requests and verifying responses.
2) Automation → Java + RestAssured Library