skeleton ready
Build and Push Docker Image / build (push) Successful in 1m2s

This commit is contained in:
2026-05-06 22:24:34 -05:00
parent 7b59f854db
commit d06bed555c
9 changed files with 323 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
{
"id": "7214af45-3f3b-4b7b-a9b7-ef6dbca83ab5",
"collectionName": "Donetick API",
"creatredOn": "2026-05-06T22:35:56.440Z",
"folders": [],
"requests": [
{
"id": "2ca9a16c-8b4d-4620-8466-15daa317f7ad",
"collectionId": "7214af45-3f3b-4b7b-a9b7-ef6dbca83ab5",
"containerId": "7214af45-3f3b-4b7b-a9b7-ef6dbca83ab5",
"collectionName": "Donetick API",
"name": "Get Chores",
"url": "https://todo.ktr32.org/eapi/v1/chore",
"method": "GET",
"headers": {
"accept": "*/*",
"user-agent": "https://postmateclient.com",
"secretkey": "78e7fe13c453664e0485c50ae6f2a29748ed750bbd89a7c0f79c7e95ce3b493d"
},
"body": {
"json": {}
},
"tests": [],
"bodyFromat": "json",
"testScript": "",
"bodyFormat": "json",
"preRequestScript": "",
"preRequests": [],
"auth": {
"type": "apikey",
"key": "secretkey",
"value": "{{secretkey}}",
"addTo": "header"
},
"cookies": []
}
]
}
+29
View File
@@ -0,0 +1,29 @@
[
{
"url": "https://todo.ktr32.org/eapi/v1/chore",
"method": "GET",
"headers": {
"accept": "*/*",
"user-agent": "https://postmateclient.com",
"secretkey": "78e7fe13c453664e0485c50ae6f2a29748ed750bbd89a7c0f79c7e95ce3b493d"
},
"tests": [],
"preRequestScript": "",
"testScript": "",
"id": "2ca9a16c-8b4d-4620-8466-15daa317f7ad",
"name": "Get Chores",
"collectionId": "7214af45-3f3b-4b7b-a9b7-ef6dbca83ab5",
"containerId": "7214af45-3f3b-4b7b-a9b7-ef6dbca83ab5",
"collectionName": "Donetick API",
"bodyFormat": "json",
"preRequests": [],
"auth": {
"type": "apikey",
"key": "secretkey",
"value": "{{secretkey}}",
"addTo": "header"
},
"cookies": [],
"timestamp": 1778107167278
}
]
+7
View File
@@ -0,0 +1,7 @@
[
{
"key": "content-type",
"value": "application/json",
"default": false
}
]