Channel.postman_collection.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "info": {
  3. "_postman_id": "a1b2c3d4-1001-4000-a001-000000000001",
  4. "name": "Channel",
  5. "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
  6. "_exporter_id": "40701166"
  7. },
  8. "item": [
  9. {
  10. "name": "채널 목록",
  11. "request": {
  12. "method": "GET",
  13. "header": [],
  14. "url": {
  15. "raw": "{{baseUrl}}/api/channel/list",
  16. "host": [
  17. "{{baseUrl}}"
  18. ],
  19. "path": [
  20. "api",
  21. "channel",
  22. "list"
  23. ]
  24. },
  25. "description": "전체 채널 목록을 조회합니다. 온/오프라인 상태, 시청자 수 포함."
  26. },
  27. "response": []
  28. },
  29. {
  30. "name": "채널 상세",
  31. "request": {
  32. "method": "GET",
  33. "header": [],
  34. "url": {
  35. "raw": "{{baseUrl}}/api/channel/my-channel-sid",
  36. "host": [
  37. "{{baseUrl}}"
  38. ],
  39. "path": [
  40. "api",
  41. "channel",
  42. "my-channel-sid"
  43. ]
  44. },
  45. "description": "채널 SID로 상세 정보를 조회합니다. 프로필, 구독자 수, 라이브 상태 포함."
  46. },
  47. "response": []
  48. }
  49. ],
  50. "event": [
  51. {
  52. "listen": "prerequest",
  53. "script": {
  54. "type": "text/javascript",
  55. "packages": {},
  56. "requests": {},
  57. "exec": [
  58. ""
  59. ]
  60. }
  61. },
  62. {
  63. "listen": "test",
  64. "script": {
  65. "type": "text/javascript",
  66. "packages": {},
  67. "requests": {},
  68. "exec": [
  69. ""
  70. ]
  71. }
  72. }
  73. ]
  74. }