feat: initial

This commit is contained in:
2026-05-19 13:01:12 +03:30
commit eaec696a1b
66 changed files with 1682 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
info:
name: Delete Reminders
type: http
seq: 5
http:
method: DELETE
url: "{{baseUrl}}/reminders/:id"
params:
- name: id
value: ""
type: path
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5
+15
View File
@@ -0,0 +1,15 @@
info:
name: Get Reminders
type: http
seq: 1
http:
method: GET
url: "{{baseUrl}}/reminders"
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5
+37
View File
@@ -0,0 +1,37 @@
info:
name: Show Reminders
type: http
seq: 4
http:
method: GET
url: "{{baseUrl}}/reminders/:id"
params:
- name: id
value: ""
type: path
body:
type: multipart-form
data:
- name: grant_type
type: text
value: authorization_code
- name: code
type: text
value: sz6gWR67oLB89ATd0HygU97aMF7CJB
- name: client_id
type: text
value: CuVgv3jUHhrJO0qi2InMzJiB9d51aX42T0cMm6Nv
- name: client_secret
type: text
value: t1Go90qbL2KoS0Q7hZdVk2NkAs2MwyC8gqHy5ATr2Nh35cfnJTa4MYP1iqrt
- name: redirect_uri
type: text
value: https://www.google.com/
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5
+43
View File
@@ -0,0 +1,43 @@
info:
name: Store Reminders
type: http
seq: 2
http:
method: POST
url: "{{baseUrl}}/reminders"
body:
type: multipart-form
data:
- name: title
type: text
value: TEST 1 DAYS LAST
- name: description
type: text
value: تست 1 روز یکبار
- name: data[]
type: text
value: dsaddsasad
disabled: true
- name: package_name
type: text
value: com.approagency.meditation
- name: repeatable
type: text
value: "1"
- name: repeat_days
type: text
value: "1"
- name: time
type: text
value: 2025-12-16 15:48:25.253
- name: type
type: text
value: reminder
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5
+35
View File
@@ -0,0 +1,35 @@
info:
name: Update Reminders
type: http
seq: 3
http:
method: PATCH
url: "{{baseUrl}}/reminders/:reminder"
headers:
- name: Content-Type
value: application/json
- name: Accept
value: application/json
params:
- name: reminder
value: "27"
type: path
body:
type: json
data: "{\r
\ \"package_name\":\"com.approagency.meditation\",\r
\ \"time\":\"2025-12-16 15:35:25.253\",\r
\ \"type\":\"reminder\"\r
}"
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5
+7
View File
@@ -0,0 +1,7 @@
info:
name: Reminders
type: folder
seq: 7
request:
auth: inherit