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 |
Tags
- MediaSession
- 동영상
- Android
- Koin
- Reactive
- php
- 인앱결제
- 테스트 자동화
- mvvm
- RxKotlin
- node.js
- GCP
- MediaPlayer
- paging
- google play
- PagingLib
- Observable
- rx
- databinding
- SwiftUI Tutorial
- android13
- MotionLayout
- SWIFTUI
- Animation
- node
- Kotlin
- Android 13
- mysql
- list
- junit
Archives
- Today
- Total
목록2025/02/05 (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