http://jsonplaceholder.typicode.com/
免费的在线 REST API 的网站
- 返回的数据为 JSON 格式,
- 且同时支持 HTTP 和 HTTPS 这两种请求类型
fetch('https://jsonplaceholder.typicode.com/todos/1')
.then(response => response.json())
.then(json => console.log(json))
https://blog.csdn.net/lhjuejiang/article/details/81288321
API
http://jsonplaceholder.typicode.com/users
xv
https://github.com/typicode/xv
A simple, fast and small test runner with native ESM support
yarn add xv --dev