Files
bruno/tests/request/generate-code/collection/requests/path-odata.bru
2026-06-09 12:54:24 +05:30

16 lines
235 B
Plaintext

meta {
name: path-odata
type: http
seq: 9
}
get {
url: http://localhost:8081/api/echo/anything/odata/Products(123)/Categories(456)?$expand=Items&$filter=Price gt 10
body: none
auth: none
}
settings {
encodeUrl: false
}