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
+28
View File
@@ -0,0 +1,28 @@
info:
name: Get Cafe Code
type: http
seq: 5
http:
method: GET
url: https://pardakht.cafebazaar.ir/devapi/v2/auth/authorize/?response_type=code&access_type=offline&redirect_uri=https://www.google.com/&client_id=CuVgv3jUHhrJO0qi2InMzJiB9d51aX42T0cMm6Nv
params:
- name: response_type
value: code
type: query
- name: access_type
value: offline
type: query
- name: redirect_uri
value: https://www.google.com/
type: query
- name: client_id
value: CuVgv3jUHhrJO0qi2InMzJiB9d51aX42T0cMm6Nv
type: query
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5