Working through airport query params
This commit is contained in:
15
bruno/Airports/Import Airports.bru
Normal file
15
bruno/Airports/Import Airports.bru
Normal file
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: Import Airports
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{BASE_URL}}/airports/import
|
||||
body: multipartForm
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:multipart-form {
|
||||
: @file(/Users/bsherriff/git/private/aviation-weather/data/airports_2023-12-21.json)
|
||||
}
|
||||
Reference in New Issue
Block a user