mirror of
https://gh.wpcy.net/https://github.com/fairpm/aspirecloud.git
synced 2026-06-20 02:22:28 +08:00
27 lines
366 B
Text
27 lines
366 B
Text
meta {
|
|
name: Upcoming Events
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: {{API_URL}}/events/:api_version?country=CA
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:query {
|
|
country: CA
|
|
~number: 3
|
|
~location: Seattle
|
|
~locale: de_DE
|
|
~timezone: Europe/Berlin
|
|
~location: Dresden
|
|
~latitude: 51.051
|
|
~longitude: 13.738
|
|
~ip: 136.0.16.1
|
|
}
|
|
|
|
params:path {
|
|
api_version: 1.0
|
|
}
|