본문 바로가기
iOS/설명

[iOS] Rest API 테스트 사이트

by Sky Titan 2022. 5. 21.
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

'iOS > 설명' 카테고리의 다른 글

[iOS] UIPageViewController  (0) 2022.05.21
[iOS] UIView와 CALayer의 차이  (0) 2022.05.21
[iOS] URLSession  (0) 2022.05.16
[iOS] UIViewPropertyAnimator  (0) 2022.05.15
[iOS] Push Notification callback함수들  (1) 2022.04.24

댓글