Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Android
- Animation
- databinding
- MotionLayout
- RxKotlin
- paging
- Observable
- SwiftUI Tutorial
- GCP
- 인앱결제
- node
- mvvm
- MediaPlayer
- junit
- Reactive
- SWIFTUI
- android13
- rx
- node.js
- PagingLib
- mysql
- Kotlin
- google play
- MediaSession
- 동영상
- Koin
- list
- php
- Android 13
- 테스트 자동화
Archives
- Today
- Total
목록pre-request (1)
봄날은 갔다. 이제 그 정신으로 공부하자
[POSTMAN] Pre-request 스크립트를 사용해 API 호출 전처리 작업하기
pm.sendRequest({ url: "https://" + pm.collectionVariables.get("host") + pm.collectionVariables.get("loginUrl"), method: 'POST', header: { 'Accept': 'application/json', 'Content-Type': 'application/x-www-form-urlencoded', }, body: { mode: 'urlencoded', urlencoded: [ { key: "id", value: pm.collectionVariables.get("id"), ..
카테고리 없음
2025. 2. 5. 10:10