mirror of
https://github.com/muety/wakapi.git
synced 2025-12-05 22:20:24 -08:00
24 lines
281 B
Plaintext
24 lines
281 B
Plaintext
meta {
|
|
name: Authenticate (header, readonly)
|
|
type: http
|
|
seq: 8
|
|
}
|
|
|
|
get {
|
|
url: {{BASE_URL}}/api/summary?interval=today
|
|
body: none
|
|
auth: bearer
|
|
}
|
|
|
|
params:query {
|
|
interval: today
|
|
}
|
|
|
|
auth:bearer {
|
|
token: {{ADDITIONAL_READ_ONLY_TOKEN}}
|
|
}
|
|
|
|
assert {
|
|
res.status: eq 200
|
|
}
|