mirror of
https://github.com/zen-browser/rices.git
synced 2025-07-07 17:05:40 +02:00
shared refactor
This commit is contained in:
parent
49b7ba2c78
commit
079cde591e
16 changed files with 6592 additions and 90 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
POST {{baseUrl}}/rices
|
||||
Content-Type: application/json
|
||||
X-Zen-Rice-Name: cool-zenrice-test-base
|
||||
X-Zen-Rice-Author: jhon@doe.com
|
||||
x-zen-shared-name: cool-zenrice-test-base
|
||||
x-zen-shared-author: jhon@doe.com
|
||||
User-Agent: ZenBrowser/1.2b.0 (EndeavourOS x86_64)
|
||||
|
||||
{
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
POST {{baseUrl}}/rices
|
||||
Content-Type: application/json
|
||||
X-Zen-Rice-Name: cool-zenrice-test-base5
|
||||
X-Zen-Rice-Author: jhon@doe.com
|
||||
x-zen-rices-token: {{previous_token}}
|
||||
x-zen-shared-name: cool-zenrice-test-base
|
||||
x-zen-shared-author: jhon@doe.com
|
||||
x-zen-shared-token: {{previous_token}}
|
||||
User-Agent: ZenBrowser/1.2b.0 (EndeavourOS x86_64)
|
||||
|
||||
{
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
PUT {{baseUrl}}/rices/{{previous_slug}}
|
||||
Content-Type: application/json
|
||||
x-zen-rices-token: {{previous_token}}
|
||||
x-zen-shared-token: {{previous_token}}
|
||||
User-Agent: ZenBrowser/1.2b.0 (EndeavourOS x86_64)
|
||||
|
||||
{
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
@previous_token = 03fbfdb4-d3a5-4d64-8740-feac7d32e7a8
|
||||
|
||||
DELETE {{baseUrl}}/rices/{{previous_slug}}
|
||||
x-zen-rices-token: {{previous_token}}
|
||||
x-zen-shared-token: {{previous_token}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue