Go-mux-api

时间:2024-03-06 21:03:12
【文件属性】:

文件名称:Go-mux-api

文件大小:3KB

文件格式:ZIP

更新时间:2024-03-06 21:03:12

Go

用实现一个简单的RESTful API。 数据是购物清单。 该API使我们能够: 获取所有购物清单 将购物商品过帐到列表 从列表中删除购物商品(使用其ID) 邮政: curl -X POST -H " Content-Type: application/json " -d ' {"name": "toilet paper"} ' http://localhost:8080/shopping-items 得到: curl -X GET http://localhost:8080/shopping-items 删除: curl -X DELETE http://localhost:8080/shopping-items/845d4a2c-67ce-42e2-bc90-1717d2bd1f10


【文件预览】:
go-mux-api-master
----api()
--------server.go(2KB)
----.gitignore(268B)
----go.mod(121B)
----go.sum(326B)
----main.go(151B)
----README.md(582B)
----.editorconfig(146B)

网友评论