목록Talend (7)
투케이2K
[타이틀] 제목 : Talend API Tester (http 통신 테스터) 사용해 DELETE 방식 요청 수행 방법 [요청 정보] Request Method : DELETE Request URL : https://jsonplaceholder.typicode.com/posts/1 [설 명]
[타이틀] 제목 : Talend API Tester (http 통신 테스터) 사용해 PUT 방식 요청 수행 방법 [요청 정보] Request Method : PUT Request URL : https://jsonplaceholder.typicode.com/posts/1 Request Header : Content-Type : application/json Request Body : { "id": 1, "title": "foo", "bar": "foo", "userId": 1 } [설 명]
[타이틀] 제목 : Talend API Tester (http 통신 테스터) 사용해 POST Body Json 방식 요청 수행 방법 [요청 정보] Request Method : POST Request URL : https://jsonplaceholder.typicode.com/posts Request Header : Content-Type : application/json Request Body : { "id": 1, "userId": 1 } [설 명]
[타이틀] 제목 : Talend API Tester (http 통신 테스터) 사용해 POST Query String 방식 요청 수행 방법 [요청 정보] Request Method : POST Request Header : Content-Type : application/x-www-form-urlencoded Request URL : https://jsonplaceholder.typicode.com/posts?userId=1&id=1 [설 명]
[타이틀] 제목 : Talend API Tester (http 통신 테스터) 사용해 GET 방식 요청 수행 방법 [요청 정보] Request Method : GET Request Header : Content-Type : application/x-www-form-urlencoded Request URL : https://jsonplaceholder.typicode.com/posts?userId=1&id=1 [설 명]
[ 개발 환경 설정 ] 개발 툴 : AndroidStudio 개발 언어 : java [사전 작업 사항] [소스 코드] [POST 요청 주소] https://fcm.googleapis.com/fcm/send [Authorization 헤더 값 추가 및 서버 토큰 키 등록] key=AAAAOQ6ylIM:APA91bEbn6_43LUNMTYHzp4U.... [body 부분 >> json 전송 양식] { "data" : { "title" : "Push Test", "body" : "Talend API 푸시테스트" }, "to":"dvPXofxPQBSqWwACr2cW6b:APA91b...", "Android": { "priority": "high" }, "priority": 10 } [Talend..
[ 설 명 ] 1. Talend API Tester (http 통신 테스터) 사용해 멀티파트 form data 요청하는 방법입니다 [방법 설명] [ 설치 방법 참고 ] https://blog.naver.com/kkh0977/222184212855 2. Talend API 설치 및 실행 : http 통신 테스터 /* ==============... blog.naver.com