This commit is contained in:
Sivert V. Sæther
2025-02-13 15:13:14 +01:00
commit 1893b81204
15 changed files with 167 additions and 0 deletions

11
Byndle/Maps/Areas.bru Normal file
View File

@@ -0,0 +1,11 @@
meta {
name: Areas
type: http
seq: 1
}
get {
url: {{host}}/mapcloud/areas
body: none
auth: inherit
}

View File

@@ -0,0 +1,11 @@
meta {
name: Area
type: http
seq: 1
}
get {
url: {{host}}/mapcloud/marker/area/8888
body: none
auth: inherit
}