📜  rest api 中的资源是什么 - 无论代码示例

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

代码示例3
We are using http methods like
get,put,post,patch

REST uses different representations 
to define a resource like plain text,
CSV, HTML, JSON, and XML. XML and JSON
are the most popular representations of resources.