alpha testing complete #1

Merged
kelly merged 12 commits from alpha-testing into main 2026-05-11 17:17:05 -05:00
2 changed files with 33 additions and 0 deletions
Showing only changes of commit 8ffb4659f7 - Show all commits
+20
View File
@@ -0,0 +1,20 @@
info:
name: Get-Chore
type: http
seq: 1
http:
method: GET
url: "{{baseUrl}}/eapi/v1/chore"
headers: []
params: []
settings:
encodeUrl: true
timeout: 30000
followRedirects: true
maxRedirects: 5
runtime:
auth:
type: apikey
key: secretkey
value: "{{secretkey}}"
placement: header
+13
View File
@@ -0,0 +1,13 @@
opencollection: 1.0.0
info:
name: Donetick
version: 1.0.0
config:
environments:
- name: Production
variables:
- name: baseUrl
value: https://todo.ktr32.org
- name: secretkey
secret: true
items: []