659 lines
No EOL
22 KiB
JSON
659 lines
No EOL
22 KiB
JSON
{
|
|
"client": "Thunder Client",
|
|
"collectionName": "v1",
|
|
"dateExported": "2023-07-30T22:30:18.191Z",
|
|
"version": "1.1",
|
|
"folders": [],
|
|
"requests": [
|
|
{
|
|
"_id": "7bbe541b-26e4-4d46-8ff5-f7c772494e19",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Discover Subscriptions",
|
|
"url": "/v1/discover",
|
|
"method": "POST",
|
|
"sortNum": 20000,
|
|
"created": "2023-07-30T22:12:18.044Z",
|
|
"modified": "2023-07-30T22:12:18.044Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"body": {
|
|
"type": "json",
|
|
"raw": "\n{\n \"url\": \"https://medium.com/the-node-js-collection?source=rss----c80fd9f96957---4\"\n}",
|
|
"form": []
|
|
},
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "0f80623d-93a5-4bf5-b519-f509fb969889",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Get Feeds",
|
|
"url": "/v1/feeds",
|
|
"method": "GET",
|
|
"sortNum": 50000,
|
|
"created": "2023-07-30T22:12:18.046Z",
|
|
"modified": "2023-07-30T22:12:18.046Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "f1f8ce8a-2d5d-4b99-ae21-ac2ddb43e7c3",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Get Category Feeds",
|
|
"url": "/v1/categories/1/feeds",
|
|
"method": "GET",
|
|
"sortNum": 60000,
|
|
"created": "2023-07-30T22:12:18.047Z",
|
|
"modified": "2023-07-30T22:12:18.047Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "0d462b4b-4d22-4832-b684-65ed932a7045",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Get Feed",
|
|
"url": "/v1/feeds/{feedID}",
|
|
"method": "GET",
|
|
"sortNum": 70000,
|
|
"created": "2023-07-30T22:12:18.048Z",
|
|
"modified": "2023-07-30T22:12:18.048Z",
|
|
"headers": [],
|
|
"params": [
|
|
{
|
|
"name": "feedID",
|
|
"value": "9",
|
|
"isPath": true
|
|
}
|
|
],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "a7e62c07-c09f-4fde-896c-26127ec5cefd",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Get Feed Icon ",
|
|
"url": "/v1/feeds/{feedID}/icon",
|
|
"method": "GET",
|
|
"sortNum": 80000,
|
|
"created": "2023-07-30T22:12:18.049Z",
|
|
"modified": "2023-07-30T22:12:18.049Z",
|
|
"headers": [],
|
|
"params": [
|
|
{
|
|
"name": "feedID",
|
|
"value": "9",
|
|
"isPath": true
|
|
}
|
|
],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "bc3465d1-8f76-4709-a143-e59308586fa9",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Create Feed ",
|
|
"url": "/v1/feeds",
|
|
"method": "POST",
|
|
"sortNum": 90000,
|
|
"created": "2023-07-30T22:12:18.050Z",
|
|
"modified": "2023-07-30T22:12:18.050Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"body": {
|
|
"type": "json",
|
|
"raw": "{\n \"feed_url\": \"https://miniflux.app/feed.xml\",\n \"category_id\": 4\n}",
|
|
"form": []
|
|
},
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "cd18e982-14e0-491f-85dc-a5b61d0ff9a0",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Update Feed",
|
|
"url": "/v1/feeds/{feedID}",
|
|
"method": "PUT",
|
|
"sortNum": 100000,
|
|
"created": "2023-07-30T22:12:18.051Z",
|
|
"modified": "2023-07-30T22:12:18.051Z",
|
|
"headers": [],
|
|
"params": [
|
|
{
|
|
"name": "feedID",
|
|
"value": "9",
|
|
"isPath": true
|
|
}
|
|
],
|
|
"body": {
|
|
"type": "json",
|
|
"raw": "{\n \"title\": \"Updated - New Feed Title\",\n \"category_id\": 1\n}",
|
|
"form": []
|
|
},
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "02e422e4-45fe-4809-9121-6a9f13888a0f",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Refresh Feed",
|
|
"url": "/v1/feeds/{feedID}/refresh",
|
|
"method": "PUT",
|
|
"sortNum": 110000,
|
|
"created": "2023-07-30T22:12:18.052Z",
|
|
"modified": "2023-07-30T22:12:18.052Z",
|
|
"headers": [],
|
|
"params": [
|
|
{
|
|
"name": "feedID",
|
|
"value": "9",
|
|
"isPath": true
|
|
}
|
|
],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "b5eca4d9-64fb-485b-8334-f9cf49ff2da2",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Refresh All Feeds",
|
|
"url": "/v1/feeds/refresh",
|
|
"method": "PUT",
|
|
"sortNum": 115000,
|
|
"created": "2023-07-30T22:12:18.082Z",
|
|
"modified": "2023-07-30T22:12:18.082Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "85937b3d-dae0-48cb-9e42-1576cd7806cc",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Remove Feed",
|
|
"url": "/v1/feeds/{feedID}",
|
|
"method": "DELETE",
|
|
"sortNum": 120000,
|
|
"created": "2023-07-30T22:12:18.053Z",
|
|
"modified": "2023-07-30T22:12:18.053Z",
|
|
"headers": [],
|
|
"params": [
|
|
{
|
|
"name": "feedID",
|
|
"value": "9",
|
|
"isPath": true
|
|
}
|
|
],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "5113531a-b076-47e4-95cb-e77d3c4e74d5",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Get Feed Entry",
|
|
"url": "/v1/feeds/{feedID}/entries",
|
|
"method": "GET",
|
|
"sortNum": 130000,
|
|
"created": "2023-07-30T22:12:18.054Z",
|
|
"modified": "2023-07-30T22:12:18.054Z",
|
|
"headers": [],
|
|
"params": [
|
|
{
|
|
"name": "feedID",
|
|
"value": "7",
|
|
"isPath": true
|
|
}
|
|
],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "bee7e21d-64e1-487b-9056-03f4d6aeb6e1",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Get Entry",
|
|
"url": "/v1/entries/{entryID}",
|
|
"method": "GET",
|
|
"sortNum": 140000,
|
|
"created": "2023-07-30T22:12:18.055Z",
|
|
"modified": "2023-07-30T22:23:59.036Z",
|
|
"headers": [],
|
|
"params": [
|
|
{
|
|
"name": "entryID",
|
|
"value": "1965",
|
|
"isPath": true
|
|
}
|
|
],
|
|
"auth": {
|
|
"type": "basic",
|
|
"basic": {
|
|
"username": "bob",
|
|
"password": "test123"
|
|
}
|
|
},
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "9d071e33-c81d-4f79-b4ba-f6190fdfa7de",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Fetch original article",
|
|
"url": "/v1/entries/{entryID}/fetch-content",
|
|
"method": "GET",
|
|
"sortNum": 150000,
|
|
"created": "2023-07-30T22:12:18.056Z",
|
|
"modified": "2023-07-30T22:12:18.056Z",
|
|
"headers": [],
|
|
"params": [
|
|
{
|
|
"name": "entryID",
|
|
"value": "101",
|
|
"isPath": true
|
|
}
|
|
],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "a970f79a-2ab6-4e6e-b913-78786957520f",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Get Category Entries",
|
|
"url": "/v1/categories/{categoryID}/entries",
|
|
"method": "GET",
|
|
"sortNum": 160000,
|
|
"created": "2023-07-30T22:12:18.057Z",
|
|
"modified": "2023-07-30T22:12:18.057Z",
|
|
"headers": [],
|
|
"params": [
|
|
{
|
|
"name": "categoryID",
|
|
"value": "1",
|
|
"isPath": true
|
|
}
|
|
],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "8c91c270-f562-456a-9112-f1631e8e34bd",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Get Feed Entries ",
|
|
"url": "/v1/feeds/7/entries",
|
|
"method": "GET",
|
|
"sortNum": 170000,
|
|
"created": "2023-07-30T22:12:18.058Z",
|
|
"modified": "2023-07-30T22:12:18.058Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "063c12b0-75c3-45fd-abbc-3d9179a73e96",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Mark Feed Entries as Read",
|
|
"url": "",
|
|
"method": "GET",
|
|
"sortNum": 180000,
|
|
"created": "2023-07-30T22:12:18.059Z",
|
|
"modified": "2023-07-30T22:12:18.059Z",
|
|
"headers": []
|
|
},
|
|
{
|
|
"_id": "6eff1097-4cf9-4a9a-adc0-bcc4616fc1f4",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Get Entries",
|
|
"url": "/v1/entries",
|
|
"method": "GET",
|
|
"sortNum": 190000,
|
|
"created": "2023-07-30T22:12:18.060Z",
|
|
"modified": "2023-07-30T22:12:18.060Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "25a2ca45-429a-45d0-b0ba-939f645308a8",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Update Entries",
|
|
"url": "/v1/entries",
|
|
"method": "PUT",
|
|
"sortNum": 200000,
|
|
"created": "2023-07-30T22:12:18.061Z",
|
|
"modified": "2023-07-30T22:12:18.061Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"body": {
|
|
"type": "json",
|
|
"raw": "{\n \"entry_ids\": [184],\n \"status\": \"read\"\n}",
|
|
"form": []
|
|
},
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "60013d6e-8408-41a9-ac82-e11d982999ee",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Toggle Entry Bookmark",
|
|
"url": "/v1/entries/184/bookmark",
|
|
"method": "PUT",
|
|
"sortNum": 210000,
|
|
"created": "2023-07-30T22:12:18.062Z",
|
|
"modified": "2023-07-30T22:12:18.062Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "89d2f271-9df4-44e8-ab5c-e7848317a28a",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Save Entry",
|
|
"url": "/v1/entries/{entryID}/save",
|
|
"method": "POST",
|
|
"sortNum": 215000,
|
|
"created": "2023-07-30T22:12:18.083Z",
|
|
"modified": "2023-07-30T22:28:48.721Z",
|
|
"headers": [],
|
|
"params": [
|
|
{
|
|
"name": "entryID",
|
|
"value": "1",
|
|
"isPath": true
|
|
}
|
|
],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "6f19a8a9-d8db-485c-9a58-0b0b390b86da",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Get Categories",
|
|
"url": "/v1/categories",
|
|
"method": "GET",
|
|
"sortNum": 220000,
|
|
"created": "2023-07-30T22:12:18.063Z",
|
|
"modified": "2023-07-30T22:12:18.063Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "519cfed6-3205-4edf-9d38-0c35c4884653",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Create Category ",
|
|
"url": "/v1/categories",
|
|
"method": "POST",
|
|
"sortNum": 230000,
|
|
"created": "2023-07-30T22:12:18.064Z",
|
|
"modified": "2023-07-30T22:12:18.064Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"body": {
|
|
"type": "json",
|
|
"raw": "{\n \"title\": \"My category\"\n}",
|
|
"form": []
|
|
},
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "61c6966c-bff8-49fa-95b4-9ec8346a1f27",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Update Category",
|
|
"url": "/v1/categories/3",
|
|
"method": "PUT",
|
|
"sortNum": 240000,
|
|
"created": "2023-07-30T22:12:18.065Z",
|
|
"modified": "2023-07-30T22:12:18.065Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"body": {
|
|
"type": "json",
|
|
"raw": "\n{\n \"title\": \"My new title\"\n}",
|
|
"form": []
|
|
},
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "3496e223-ba67-419b-a51c-074226c2a14b",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Refresh Category Feeds",
|
|
"url": "/v1/categories/3/refresh",
|
|
"method": "PUT",
|
|
"sortNum": 250000,
|
|
"created": "2023-07-30T22:12:18.066Z",
|
|
"modified": "2023-07-30T22:12:18.066Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "93d5a1a8-9d99-4b13-b7d8-0e5480c32c88",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Delete Category",
|
|
"url": "/v1/categories/3",
|
|
"method": "DELETE",
|
|
"sortNum": 260000,
|
|
"created": "2023-07-30T22:12:18.067Z",
|
|
"modified": "2023-07-30T22:12:18.067Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "479ab319-ae81-4e0d-a5ab-a3dfead17138",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Mark Category Entries as Read",
|
|
"url": "/v1/categories/4/mark-all-as-read",
|
|
"method": "PUT",
|
|
"sortNum": 270000,
|
|
"created": "2023-07-30T22:12:18.068Z",
|
|
"modified": "2023-07-30T22:12:18.068Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "e3f13a58-2215-4373-8d23-5473d17632b3",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "OPML Export",
|
|
"url": "/v1/export",
|
|
"method": "GET",
|
|
"sortNum": 280000,
|
|
"created": "2023-07-30T22:12:18.069Z",
|
|
"modified": "2023-07-30T22:12:18.069Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "05a903c4-9e64-4102-8b9d-45e3be5a57e1",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "OPML Import",
|
|
"url": "/v1/import",
|
|
"method": "POST",
|
|
"sortNum": 290000,
|
|
"created": "2023-07-30T22:12:18.070Z",
|
|
"modified": "2023-07-30T22:12:18.070Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"body": {
|
|
"type": "xml",
|
|
"raw": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<opml version=\"2.0\">\r\n <head>\r\n <title>Miniflux</title>\r\n <dateCreated>Thu, 13 Jul 2023 20:21:25 UTC</dateCreated>\r\n </head>\r\n <body>\r\n <outline text=\"All\">\r\n <outline title=\"Node.js Collection - Medium\" text=\"Node.js Collection - Medium\" xmlUrl=\"https://medium.com/feed/the-node-js-collection\" htmlUrl=\"https://medium.com/the-node-js-collection?source=rss----c80fd9f96957---4\"></outline>\r\n </outline>\r\n </body>\r\n</opml>",
|
|
"form": []
|
|
},
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "41e084e6-6211-4eec-8140-5c92693a9a73",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Create User",
|
|
"url": "/v1/users",
|
|
"method": "POST",
|
|
"sortNum": 300000,
|
|
"created": "2023-07-30T22:12:18.071Z",
|
|
"modified": "2023-07-30T22:12:18.071Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"body": {
|
|
"type": "json",
|
|
"raw": "{\n \"username\": \"bob\",\n \"password\": \"test123\",\n \"is_admin\": false\n}",
|
|
"form": []
|
|
},
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "c855a414-332c-49cd-902f-49d8e17ce7f9",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Update User",
|
|
"url": "/v1/users/1",
|
|
"method": "PUT",
|
|
"sortNum": 310000,
|
|
"created": "2023-07-30T22:12:18.072Z",
|
|
"modified": "2023-07-30T22:12:18.072Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"body": {
|
|
"type": "json",
|
|
"raw": "{\n \"username\": \"joe\"\n}",
|
|
"form": []
|
|
},
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "d6f7e035-0d57-424e-b8bb-b50a22060fd0",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Get Current User",
|
|
"url": "/v1/me",
|
|
"method": "GET",
|
|
"sortNum": 320000,
|
|
"created": "2023-07-30T22:12:18.074Z",
|
|
"modified": "2023-07-30T22:12:18.074Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "a75d5fc3-9f03-4feb-8963-62e7acc531f3",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Get User",
|
|
"url": "/v1/users/admin",
|
|
"method": "GET",
|
|
"sortNum": 330000,
|
|
"created": "2023-07-30T22:12:18.075Z",
|
|
"modified": "2023-07-30T22:12:18.075Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "a928c0f8-91c9-4e22-acbd-6224c8008559",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Get Users",
|
|
"url": "/v1/users",
|
|
"method": "GET",
|
|
"sortNum": 340000,
|
|
"created": "2023-07-30T22:12:18.076Z",
|
|
"modified": "2023-07-30T22:12:18.076Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "01b3e426-0b52-4d9b-a1ee-7b757b8acdde",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Delete User",
|
|
"url": "",
|
|
"method": "GET",
|
|
"sortNum": 350000,
|
|
"created": "2023-07-30T22:12:18.077Z",
|
|
"modified": "2023-07-30T22:12:18.077Z",
|
|
"headers": []
|
|
},
|
|
{
|
|
"_id": "c6a08dd0-d539-474e-a766-bbd5c7dfb644",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Mark User Entries as Read",
|
|
"url": "",
|
|
"method": "GET",
|
|
"sortNum": 360000,
|
|
"created": "2023-07-30T22:12:18.078Z",
|
|
"modified": "2023-07-30T22:12:18.078Z",
|
|
"headers": []
|
|
},
|
|
{
|
|
"_id": "744fdd0f-ca5b-42cd-95e5-7e9ddb32ca36",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Fetch Read/Unread Counters",
|
|
"url": "/v1/feeds/counters",
|
|
"method": "GET",
|
|
"sortNum": 370000,
|
|
"created": "2023-07-30T22:12:18.079Z",
|
|
"modified": "2023-07-30T22:12:18.079Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "f7f48bc4-d18e-42cf-9baa-b9e623245f5e",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Healthcheck",
|
|
"url": "/healthcheck",
|
|
"method": "GET",
|
|
"sortNum": 380000,
|
|
"created": "2023-07-30T22:12:18.080Z",
|
|
"modified": "2023-07-30T22:12:18.080Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "27b002a3-1322-4745-8f66-00b69f10be4a",
|
|
"colId": "ed8ec848-afd7-40a2-bef6-d177439a9263",
|
|
"containerId": "",
|
|
"name": "Version",
|
|
"url": "/version",
|
|
"method": "GET",
|
|
"sortNum": 390000,
|
|
"created": "2023-07-30T22:12:18.081Z",
|
|
"modified": "2023-07-30T22:12:18.081Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
}
|
|
],
|
|
"settings": {
|
|
"auth": {
|
|
"type": "basic",
|
|
"basic": {
|
|
"username": "admin",
|
|
"password": "test123"
|
|
}
|
|
},
|
|
"options": {
|
|
"baseUrl": "http://localhost:8080"
|
|
}
|
|
}
|
|
} |