| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "info": {
- "_postman_id": "a1b2c3d4-1001-4000-a001-000000000001",
- "name": "Channel",
- "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
- "_exporter_id": "40701166"
- },
- "item": [
- {
- "name": "채널 목록",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/channel/list",
- "host": [
- "{{baseUrl}}"
- ],
- "path": [
- "api",
- "channel",
- "list"
- ]
- },
- "description": "전체 채널 목록을 조회합니다. 온/오프라인 상태, 시청자 수 포함."
- },
- "response": []
- },
- {
- "name": "채널 상세",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/channel/my-channel-sid",
- "host": [
- "{{baseUrl}}"
- ],
- "path": [
- "api",
- "channel",
- "my-channel-sid"
- ]
- },
- "description": "채널 SID로 상세 정보를 조회합니다. 프로필, 구독자 수, 라이브 상태 포함."
- },
- "response": []
- }
- ],
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "type": "text/javascript",
- "packages": {},
- "requests": {},
- "exec": [
- ""
- ]
- }
- },
- {
- "listen": "test",
- "script": {
- "type": "text/javascript",
- "packages": {},
- "requests": {},
- "exec": [
- ""
- ]
- }
- }
- ]
- }
|