feat: initial
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user