Files
playtomic-wrapper/tournme/new/api-collection/tournme-be/test.bru
2026-01-31 13:49:56 +01:00

20 lines
227 B
Plaintext

meta {
name: test
type: http
seq: 4
}
get {
url: https://api.unsplash.com/photos/?client_id=YOUR_ACCESS_KEY
body: none
auth: inherit
}
params:query {
client_id: YOUR_ACCESS_KEY
}
settings {
encodeUrl: true
}