diff --git a/Donetick/get-chore.yml b/Donetick/get-chore.yml new file mode 100644 index 0000000..dcfb225 --- /dev/null +++ b/Donetick/get-chore.yml @@ -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 diff --git a/Donetick/opencollection.yml b/Donetick/opencollection.yml new file mode 100644 index 0000000..8e0e4d6 --- /dev/null +++ b/Donetick/opencollection.yml @@ -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: []