API 테스트할 때 요긴하게 쓰일 dummy data
예를 들어서.. https://jsonplaceholder.typicode.com/posts/1 를 call 하면
{
"userId": 1,
"id": 1,
"title": "sunt aut facere repellat provident occaecati excepturi optio reprehenderit",
"body": "quia et suscipit\nsuscipit recusandae consequuntur expedita et cum\nreprehenderit molestiae ut ut quas totam\nnostrum rerum est autem sunt rem eveniet architecto"
}
자세한 내용은 웹사이트 참고해주세요
https://jsonplaceholder.typicode.com/
JSONPlaceholder - Free Fake REST API
{JSON} Placeholder Free fake API for testing and prototyping. Powered by JSON Server + LowDB. Tested with XV. As of Oct 2021, serving ~1.7 billion requests each month.
jsonplaceholder.typicode.com
제이슨 테스트 데이터 필요할 때 아주 요긴할듯..