During your development, you might want to know whether your code was suitable for different kinds of API methods like GET, POST, DELETE, PUT and so on. The tradition way may be writing simple code to construct them in your localhost. But this work may be complicated. So, using the free fake api service will be the good choice for you.
https://jsonplaceholder.typicode.com/

https://reqres.in/

https://httpbin.org/

https://mock.codes/

https://randomuser.me/

本文介绍了几种免费的API服务,包括jsonplaceholder.typicode.com、reqres.in等,这些服务可以帮助开发者轻松测试GET、POST等HTTP请求,无需在本地环境中进行复杂设置。
1475

被折叠的 条评论
为什么被折叠?



