iOS/설명
[iOS] Rest API 테스트 사이트
Sky Titan
2022. 5. 21. 20:15
728x90
Reqres - A hosted REST-API ready to respond to your AJAX requests
Native JavaScript If you've already got your own application entities, ie. "products", you can send them in the endpoint URL, like so: var xhr = new XMLHttpRequest(); xhr.open("GET", "https://reqres.in/api/products/3", true); xhr.onload = function(){ conso
reqres.in
Rest API를 이용해서 json 응답값을 불러오는 테스트가 필요할 때 이용할 수 있는 사이트. 일정 횟수의 요청까진 무료인데 그 횟수가 엄청 커서 사실상 무료
728x90