collection.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769
  1. {
  2. "client": "Thunder Client",
  3. "collectionName": "Miniflux v2",
  4. "dateExported": "2023-07-31T01:53:38.743Z",
  5. "version": "1.1",
  6. "folders": [],
  7. "requests": [
  8. {
  9. "_id": "d23fb9ba-c0c1-46ff-93f4-c5ed24ecd56e",
  10. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  11. "containerId": "",
  12. "name": "Discover Subscriptions",
  13. "url": "/v1/discover",
  14. "method": "POST",
  15. "sortNum": 20000,
  16. "created": "2023-07-31T01:20:12.275Z",
  17. "modified": "2023-07-31T01:29:39.751Z",
  18. "headers": [],
  19. "params": [],
  20. "body": {
  21. "type": "json",
  22. "raw": "\n{\n \"url\": \"https://miniflux.app/\"\n}",
  23. "form": []
  24. },
  25. "tests": []
  26. },
  27. {
  28. "_id": "29cfc679-31d4-4d8c-b843-ab92a74dfa85",
  29. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  30. "containerId": "",
  31. "name": "Get Feeds",
  32. "url": "/v1/feeds",
  33. "method": "GET",
  34. "sortNum": 50000,
  35. "created": "2023-07-31T01:20:12.276Z",
  36. "modified": "2023-07-31T01:20:12.276Z",
  37. "headers": [],
  38. "params": [],
  39. "tests": []
  40. },
  41. {
  42. "_id": "52a88df8-41c7-47c2-a635-8c93d7d29f40",
  43. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  44. "containerId": "",
  45. "name": "Get Category Feeds",
  46. "url": "/v1/categories/1/feeds",
  47. "method": "GET",
  48. "sortNum": 60000,
  49. "created": "2023-07-31T01:20:12.277Z",
  50. "modified": "2023-07-31T01:20:12.277Z",
  51. "headers": [],
  52. "params": [],
  53. "tests": []
  54. },
  55. {
  56. "_id": "a5c2cb48-a4cf-4edc-a0e0-927d9f711843",
  57. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  58. "containerId": "",
  59. "name": "Get Feed",
  60. "url": "/v1/feeds/{feedID}",
  61. "method": "GET",
  62. "sortNum": 70000,
  63. "created": "2023-07-31T01:20:12.279Z",
  64. "modified": "2023-07-31T01:31:11.478Z",
  65. "headers": [],
  66. "params": [
  67. {
  68. "name": "feedID",
  69. "value": "1",
  70. "isPath": true
  71. }
  72. ],
  73. "tests": []
  74. },
  75. {
  76. "_id": "fb55b058-c2ba-4785-be92-a98f0596e86e",
  77. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  78. "containerId": "",
  79. "name": "Get Feed Icon ",
  80. "url": "/v1/feeds/{feedID}/icon",
  81. "method": "GET",
  82. "sortNum": 80000,
  83. "created": "2023-07-31T01:20:12.280Z",
  84. "modified": "2023-07-31T01:31:18.174Z",
  85. "headers": [],
  86. "params": [
  87. {
  88. "name": "feedID",
  89. "value": "1",
  90. "isPath": true
  91. }
  92. ],
  93. "tests": []
  94. },
  95. {
  96. "_id": "c0ec9a45-263e-4627-a13b-b5df901a6456",
  97. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  98. "containerId": "",
  99. "name": "Create Feed ",
  100. "url": "/v1/feeds",
  101. "method": "POST",
  102. "sortNum": 90000,
  103. "created": "2023-07-31T01:20:12.281Z",
  104. "modified": "2023-07-31T01:31:31.415Z",
  105. "headers": [],
  106. "params": [],
  107. "body": {
  108. "type": "json",
  109. "raw": "{\n \"feed_url\": \"https://miniflux.app/feed.xml\",\n \"category_id\": 1\n}",
  110. "form": []
  111. },
  112. "tests": []
  113. },
  114. {
  115. "_id": "f4c078a2-c031-4753-a7a4-4987439a61d0",
  116. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  117. "containerId": "",
  118. "name": "Update Feed",
  119. "url": "/v1/feeds/{feedID}",
  120. "method": "PUT",
  121. "sortNum": 100000,
  122. "created": "2023-07-31T01:20:12.282Z",
  123. "modified": "2023-07-31T01:31:48.115Z",
  124. "headers": [],
  125. "params": [
  126. {
  127. "name": "feedID",
  128. "value": "1",
  129. "isPath": true
  130. }
  131. ],
  132. "body": {
  133. "type": "json",
  134. "raw": "{\n \"title\": \"Updated - New Feed Title\",\n \"category_id\": 1\n}",
  135. "form": []
  136. },
  137. "tests": []
  138. },
  139. {
  140. "_id": "1e47aeab-09ce-439b-907f-f9347b98b160",
  141. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  142. "containerId": "",
  143. "name": "Refresh Feed",
  144. "url": "/v1/feeds/{feedID}/refresh",
  145. "method": "PUT",
  146. "sortNum": 110000,
  147. "created": "2023-07-31T01:20:12.283Z",
  148. "modified": "2023-07-31T01:31:58.778Z",
  149. "headers": [],
  150. "params": [
  151. {
  152. "name": "feedID",
  153. "value": "1",
  154. "isPath": true
  155. }
  156. ],
  157. "tests": []
  158. },
  159. {
  160. "_id": "4f643fa6-042d-4e95-8194-4cb0af7102bf",
  161. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  162. "containerId": "",
  163. "name": "Refresh All Feeds",
  164. "url": "/v1/feeds/refresh",
  165. "method": "PUT",
  166. "sortNum": 115000,
  167. "created": "2023-07-31T01:20:12.312Z",
  168. "modified": "2023-07-31T01:20:12.312Z",
  169. "headers": [],
  170. "params": [],
  171. "tests": []
  172. },
  173. {
  174. "_id": "d829f651-e9b9-41f9-aa9e-bd830d5e6389",
  175. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  176. "containerId": "",
  177. "name": "Remove Feed",
  178. "url": "/v1/feeds/{feedID}",
  179. "method": "DELETE",
  180. "sortNum": 120000,
  181. "created": "2023-07-31T01:20:12.284Z",
  182. "modified": "2023-07-31T01:32:16.723Z",
  183. "headers": [],
  184. "params": [
  185. {
  186. "name": "feedID",
  187. "value": "1",
  188. "isPath": true
  189. }
  190. ],
  191. "tests": []
  192. },
  193. {
  194. "_id": "deafbf1a-d9e0-420f-a749-1bdde56772cb",
  195. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  196. "containerId": "",
  197. "name": "Get Feed Entries",
  198. "url": "/v1/feeds/{feedID}/entries",
  199. "method": "GET",
  200. "sortNum": 130000,
  201. "created": "2023-07-31T01:20:12.285Z",
  202. "modified": "2023-07-31T01:32:52.812Z",
  203. "headers": [],
  204. "params": [
  205. {
  206. "name": "feedID",
  207. "value": "2",
  208. "isPath": true
  209. }
  210. ],
  211. "tests": []
  212. },
  213. {
  214. "_id": "0052e903-75fc-48ec-8fd5-6e8784ed401a",
  215. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  216. "containerId": "",
  217. "name": "Get Entry",
  218. "url": "/v1/entries/{entryID}",
  219. "method": "GET",
  220. "sortNum": 140000,
  221. "created": "2023-07-31T01:20:12.286Z",
  222. "modified": "2023-07-31T01:33:30.417Z",
  223. "headers": [],
  224. "params": [
  225. {
  226. "name": "entryID",
  227. "value": "19",
  228. "isPath": true
  229. }
  230. ],
  231. "tests": []
  232. },
  233. {
  234. "_id": "1a055ace-2629-4298-9ea0-1bd17d59a4d6",
  235. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  236. "containerId": "",
  237. "name": "Fetch original article",
  238. "url": "/v1/entries/{entryID}/fetch-content",
  239. "method": "GET",
  240. "sortNum": 150000,
  241. "created": "2023-07-31T01:20:12.287Z",
  242. "modified": "2023-07-31T01:33:41.014Z",
  243. "headers": [],
  244. "params": [
  245. {
  246. "name": "entryID",
  247. "value": "19",
  248. "isPath": true
  249. }
  250. ],
  251. "tests": []
  252. },
  253. {
  254. "_id": "f272d1e6-ebbb-4c58-a159-4412ad657136",
  255. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  256. "containerId": "",
  257. "name": "Get Category Entries",
  258. "url": "/v1/categories/{categoryID}/entries",
  259. "method": "GET",
  260. "sortNum": 160000,
  261. "created": "2023-07-31T01:20:12.288Z",
  262. "modified": "2023-07-31T01:20:12.288Z",
  263. "headers": [],
  264. "params": [
  265. {
  266. "name": "categoryID",
  267. "value": "1",
  268. "isPath": true
  269. }
  270. ],
  271. "tests": []
  272. },
  273. {
  274. "_id": "856ed091-318a-4a76-b7ce-6475106dd6b5",
  275. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  276. "containerId": "",
  277. "name": "Mark All Feed Entries as Read",
  278. "url": "/v1/feeds/{feedID}/mark-all-as-read",
  279. "method": "PUT",
  280. "sortNum": 180000,
  281. "created": "2023-07-31T01:20:12.290Z",
  282. "modified": "2023-07-31T01:46:57.443Z",
  283. "headers": [],
  284. "params": [
  285. {
  286. "name": "feedID",
  287. "value": "2",
  288. "isPath": true
  289. }
  290. ],
  291. "tests": []
  292. },
  293. {
  294. "_id": "67749962-d646-45d5-8b78-a8eeaa7cb971",
  295. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  296. "containerId": "",
  297. "name": "Get Entries",
  298. "url": "/v1/entries",
  299. "method": "GET",
  300. "sortNum": 190000,
  301. "created": "2023-07-31T01:20:12.291Z",
  302. "modified": "2023-07-31T01:20:12.291Z",
  303. "headers": [],
  304. "params": [],
  305. "tests": []
  306. },
  307. {
  308. "_id": "b55ae165-2abe-41f0-8b8a-14d826238d20",
  309. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  310. "containerId": "",
  311. "name": "Change Entries Status",
  312. "url": "/v1/entries",
  313. "method": "PUT",
  314. "sortNum": 200000,
  315. "created": "2023-07-31T01:20:12.292Z",
  316. "modified": "2023-07-31T01:46:46.133Z",
  317. "headers": [],
  318. "params": [],
  319. "body": {
  320. "type": "json",
  321. "raw": "{\n \"entry_ids\": [19, 20],\n \"status\": \"read\"\n}",
  322. "form": []
  323. },
  324. "tests": []
  325. },
  326. {
  327. "_id": "710dfc55-fc4e-48ab-989e-3ed78019d6c3",
  328. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  329. "containerId": "",
  330. "name": "Toggle Entry Bookmark",
  331. "url": "/v1/entries/{entryID}/bookmark",
  332. "method": "PUT",
  333. "sortNum": 210000,
  334. "created": "2023-07-31T01:20:12.293Z",
  335. "modified": "2023-07-31T01:45:51.933Z",
  336. "headers": [],
  337. "params": [
  338. {
  339. "name": "entryID",
  340. "value": "19",
  341. "isPath": true
  342. }
  343. ],
  344. "tests": []
  345. },
  346. {
  347. "_id": "19edbe55-0a0a-4102-bde0-73ed6d8515f6",
  348. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  349. "containerId": "",
  350. "name": "Save Entry to Third-Party Service",
  351. "url": "/v1/entries/{entryID}/save",
  352. "method": "POST",
  353. "sortNum": 215000,
  354. "created": "2023-07-31T01:20:12.313Z",
  355. "modified": "2023-07-31T01:20:12.313Z",
  356. "headers": [],
  357. "params": [
  358. {
  359. "name": "entryID",
  360. "value": "1",
  361. "isPath": true
  362. }
  363. ],
  364. "tests": []
  365. },
  366. {
  367. "_id": "13d2cf52-aa08-4f7f-a83d-ffcb1e1190cd",
  368. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  369. "containerId": "",
  370. "name": "Get Categories",
  371. "url": "/v1/categories",
  372. "method": "GET",
  373. "sortNum": 220000,
  374. "created": "2023-07-31T01:20:12.294Z",
  375. "modified": "2023-07-31T01:20:12.294Z",
  376. "headers": [],
  377. "params": [],
  378. "tests": []
  379. },
  380. {
  381. "_id": "1547dabe-2bcb-4e06-acaa-fb393d1027e2",
  382. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  383. "containerId": "",
  384. "name": "Create Category ",
  385. "url": "/v1/categories",
  386. "method": "POST",
  387. "sortNum": 230000,
  388. "created": "2023-07-31T01:20:12.295Z",
  389. "modified": "2023-07-31T01:20:12.295Z",
  390. "headers": [],
  391. "params": [],
  392. "body": {
  393. "type": "json",
  394. "raw": "{\n \"title\": \"My category\"\n}",
  395. "form": []
  396. },
  397. "tests": []
  398. },
  399. {
  400. "_id": "e8dac503-19dc-434d-832f-eac4364785d8",
  401. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  402. "containerId": "",
  403. "name": "Update Category",
  404. "url": "/v1/categories/{categoryID}",
  405. "method": "PUT",
  406. "sortNum": 232500,
  407. "created": "2023-07-31T01:20:12.296Z",
  408. "modified": "2023-07-31T01:42:55.831Z",
  409. "headers": [],
  410. "params": [
  411. {
  412. "name": "categoryID",
  413. "value": "3",
  414. "isPath": true
  415. }
  416. ],
  417. "body": {
  418. "type": "json",
  419. "raw": "\n{\n \"title\": \"My new title\"\n}",
  420. "form": []
  421. },
  422. "tests": []
  423. },
  424. {
  425. "_id": "86d74247-7f12-4a6e-91b3-fad9e7b6b1fb",
  426. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  427. "containerId": "",
  428. "name": "Delete Category",
  429. "url": "/v1/categories/{categoryID}",
  430. "method": "DELETE",
  431. "sortNum": 235000,
  432. "created": "2023-07-31T01:20:12.298Z",
  433. "modified": "2023-07-31T01:44:21.486Z",
  434. "headers": [],
  435. "params": [
  436. {
  437. "name": "categoryID",
  438. "value": "3",
  439. "isPath": true
  440. }
  441. ],
  442. "tests": []
  443. },
  444. {
  445. "_id": "668dde80-ed03-4fa6-ad2a-9cacd0ec31eb",
  446. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  447. "containerId": "",
  448. "name": "Mark Category Entries as Read",
  449. "url": "/v1/categories/{categoryID}/mark-all-as-read",
  450. "method": "PUT",
  451. "sortNum": 237500,
  452. "created": "2023-07-31T01:20:12.299Z",
  453. "modified": "2023-07-31T01:43:50.637Z",
  454. "headers": [],
  455. "params": [
  456. {
  457. "name": "categoryID",
  458. "value": "1",
  459. "isPath": true
  460. }
  461. ],
  462. "tests": []
  463. },
  464. {
  465. "_id": "39ada469-765e-4584-ab00-9d263bd526a1",
  466. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  467. "containerId": "",
  468. "name": "Get Category Feeds",
  469. "url": "/v1/categories/{categoryID}/feeds",
  470. "method": "GET",
  471. "sortNum": 243750,
  472. "created": "2023-07-31T01:50:23.959Z",
  473. "modified": "2023-07-31T01:50:51.443Z",
  474. "headers": [],
  475. "params": [
  476. {
  477. "name": "categoryID",
  478. "value": "1",
  479. "isPath": true
  480. }
  481. ],
  482. "tests": []
  483. },
  484. {
  485. "_id": "ec389c41-185f-4b57-a373-c6ff952b4282",
  486. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  487. "containerId": "",
  488. "name": "Refresh Category Feeds",
  489. "url": "/v1/categories/{categoryID}/refresh",
  490. "method": "PUT",
  491. "sortNum": 250000,
  492. "created": "2023-07-31T01:20:12.297Z",
  493. "modified": "2023-07-31T01:43:23.102Z",
  494. "headers": [],
  495. "params": [
  496. {
  497. "name": "categoryID",
  498. "value": "1",
  499. "isPath": true
  500. }
  501. ],
  502. "tests": []
  503. },
  504. {
  505. "_id": "bc4a7578-c95e-4436-bbfa-61ccc4a8fc71",
  506. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  507. "containerId": "",
  508. "name": "Get Category Entries",
  509. "url": "/v1/categories/{categoryID}/entries",
  510. "method": "GET",
  511. "sortNum": 257500,
  512. "created": "2023-07-31T01:51:15.403Z",
  513. "modified": "2023-07-31T01:51:35.106Z",
  514. "headers": [],
  515. "params": [
  516. {
  517. "name": "categoryID",
  518. "value": "1",
  519. "isPath": true
  520. }
  521. ],
  522. "tests": []
  523. },
  524. {
  525. "_id": "fa935fb3-3ed6-4ee3-b995-6c054766d109",
  526. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  527. "containerId": "",
  528. "name": "Get Category Entry",
  529. "url": "/v1/categories/{categoryID}/entries/{entryID}",
  530. "method": "GET",
  531. "sortNum": 258750,
  532. "created": "2023-07-31T01:51:46.699Z",
  533. "modified": "2023-07-31T01:52:12.155Z",
  534. "headers": [],
  535. "params": [
  536. {
  537. "name": "categoryID",
  538. "value": "1",
  539. "isPath": true
  540. },
  541. {
  542. "name": "entryID",
  543. "value": "19",
  544. "isPath": true
  545. }
  546. ],
  547. "tests": []
  548. },
  549. {
  550. "_id": "cb6968e9-8d13-4410-9ad5-85847b73d7eb",
  551. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  552. "containerId": "",
  553. "name": "OPML Export",
  554. "url": "/v1/export",
  555. "method": "GET",
  556. "sortNum": 280000,
  557. "created": "2023-07-31T01:20:12.300Z",
  558. "modified": "2023-07-31T01:20:12.300Z",
  559. "headers": [],
  560. "params": [],
  561. "tests": []
  562. },
  563. {
  564. "_id": "169a64e1-08dd-4760-b405-a748a5286b38",
  565. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  566. "containerId": "",
  567. "name": "OPML Import",
  568. "url": "/v1/import",
  569. "method": "POST",
  570. "sortNum": 290000,
  571. "created": "2023-07-31T01:20:12.301Z",
  572. "modified": "2023-07-31T01:41:31.218Z",
  573. "headers": [],
  574. "params": [],
  575. "body": {
  576. "type": "xml",
  577. "raw": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<opml version=\"2.0\">\n <head>\n <title>Miniflux</title>\n <dateCreated>Sun, 30 Jul 2023 18:41:08 PDT</dateCreated>\n </head>\n <body>\n <outline text=\"All\">\n <outline title=\"Miniflux\" text=\"Miniflux\" xmlUrl=\"https://miniflux.app/feed.xml\" htmlUrl=\"https://miniflux.app\"></outline>\n </outline>\n </body>\n</opml>",
  578. "form": []
  579. },
  580. "tests": []
  581. },
  582. {
  583. "_id": "bfb7264a-7b46-49fe-b451-fb6d9b03f0b2",
  584. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  585. "containerId": "",
  586. "name": "Create User",
  587. "url": "/v1/users",
  588. "method": "POST",
  589. "sortNum": 300000,
  590. "created": "2023-07-31T01:20:12.302Z",
  591. "modified": "2023-07-31T01:20:12.302Z",
  592. "headers": [],
  593. "params": [],
  594. "body": {
  595. "type": "json",
  596. "raw": "{\n \"username\": \"bob\",\n \"password\": \"test123\",\n \"is_admin\": false\n}",
  597. "form": []
  598. },
  599. "tests": []
  600. },
  601. {
  602. "_id": "93c1dcc2-bf09-4e8e-86ba-0c042147a48f",
  603. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  604. "containerId": "",
  605. "name": "Update User",
  606. "url": "/v1/users/{userID}",
  607. "method": "PUT",
  608. "sortNum": 310000,
  609. "created": "2023-07-31T01:20:12.303Z",
  610. "modified": "2023-07-31T01:40:09.576Z",
  611. "headers": [],
  612. "params": [
  613. {
  614. "name": "userID",
  615. "value": "2",
  616. "isPath": true
  617. }
  618. ],
  619. "body": {
  620. "type": "json",
  621. "raw": "{\n \"username\": \"joe\"\n}",
  622. "form": []
  623. },
  624. "tests": []
  625. },
  626. {
  627. "_id": "19cf34c1-eb0a-4442-a682-2e94c4f5e594",
  628. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  629. "containerId": "",
  630. "name": "Get Current User",
  631. "url": "/v1/me",
  632. "method": "GET",
  633. "sortNum": 320000,
  634. "created": "2023-07-31T01:20:12.304Z",
  635. "modified": "2023-07-31T01:20:12.304Z",
  636. "headers": [],
  637. "params": [],
  638. "tests": []
  639. },
  640. {
  641. "_id": "4a700f7c-8762-4cab-aab1-2d8066884d69",
  642. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  643. "containerId": "",
  644. "name": "Get User by ID",
  645. "url": "/v1/users/{userID}",
  646. "method": "GET",
  647. "sortNum": 330000,
  648. "created": "2023-07-31T01:20:12.305Z",
  649. "modified": "2023-07-31T01:39:38.472Z",
  650. "headers": [],
  651. "params": [
  652. {
  653. "name": "userID",
  654. "value": "1",
  655. "isPath": true
  656. }
  657. ],
  658. "tests": []
  659. },
  660. {
  661. "_id": "66cb0985-5ed4-4b1e-9029-8605b7f5f74e",
  662. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  663. "containerId": "",
  664. "name": "Get User by username",
  665. "url": "/v1/users/{username}",
  666. "method": "GET",
  667. "sortNum": 335000,
  668. "created": "2023-07-31T01:47:53.649Z",
  669. "modified": "2023-07-31T01:48:10.655Z",
  670. "headers": [],
  671. "params": [
  672. {
  673. "name": "username",
  674. "value": "admin",
  675. "isPath": true
  676. }
  677. ],
  678. "tests": []
  679. },
  680. {
  681. "_id": "3d4b227a-83a2-4d87-a0ed-ce9d5497aea6",
  682. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  683. "containerId": "",
  684. "name": "Get Users",
  685. "url": "/v1/users",
  686. "method": "GET",
  687. "sortNum": 340000,
  688. "created": "2023-07-31T01:20:12.306Z",
  689. "modified": "2023-07-31T01:20:12.306Z",
  690. "headers": [],
  691. "params": [],
  692. "tests": []
  693. },
  694. {
  695. "_id": "90138dea-799a-4b44-ad68-fce6ec5898a6",
  696. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  697. "containerId": "",
  698. "name": "Delete User",
  699. "url": "/v1/users/{userID}",
  700. "method": "DELETE",
  701. "sortNum": 350000,
  702. "created": "2023-07-31T01:20:12.307Z",
  703. "modified": "2023-07-31T01:40:38.124Z",
  704. "headers": [],
  705. "params": [
  706. {
  707. "name": "userID",
  708. "value": "2",
  709. "isPath": true
  710. }
  711. ],
  712. "tests": []
  713. },
  714. {
  715. "_id": "4b3bf7ca-bc55-423b-a3ee-6279c10a0d85",
  716. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  717. "containerId": "",
  718. "name": "Fetch Read/Unread Counters",
  719. "url": "/v1/feeds/counters",
  720. "method": "GET",
  721. "sortNum": 370000,
  722. "created": "2023-07-31T01:20:12.309Z",
  723. "modified": "2023-07-31T01:20:12.309Z",
  724. "headers": [],
  725. "params": [],
  726. "tests": []
  727. },
  728. {
  729. "_id": "7721682f-31e3-4d71-8df9-02e30e4729d7",
  730. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  731. "containerId": "",
  732. "name": "Healthcheck",
  733. "url": "/healthcheck",
  734. "method": "GET",
  735. "sortNum": 380000,
  736. "created": "2023-07-31T01:20:12.310Z",
  737. "modified": "2023-07-31T01:20:12.310Z",
  738. "headers": [],
  739. "params": [],
  740. "tests": []
  741. },
  742. {
  743. "_id": "64410254-b17a-43e4-984d-10b9b13c5818",
  744. "colId": "fc35618a-f39f-40a0-a443-d4ae568baa8e",
  745. "containerId": "",
  746. "name": "Version",
  747. "url": "/version",
  748. "method": "GET",
  749. "sortNum": 390000,
  750. "created": "2023-07-31T01:20:12.311Z",
  751. "modified": "2023-07-31T01:20:12.311Z",
  752. "headers": [],
  753. "params": [],
  754. "tests": []
  755. }
  756. ],
  757. "settings": {
  758. "auth": {
  759. "type": "basic",
  760. "basic": {
  761. "username": "admin",
  762. "password": "test123"
  763. }
  764. },
  765. "options": {
  766. "baseUrl": "http://localhost:8080"
  767. }
  768. }
  769. }