initial push
This commit is contained in:
25
collection.bru
Normal file
25
collection.bru
Normal file
@@ -0,0 +1,25 @@
|
||||
auth {
|
||||
mode: basic
|
||||
}
|
||||
|
||||
auth:basic {
|
||||
username: robe
|
||||
password: 2479
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
base_url: 2.0.0.1
|
||||
}
|
||||
|
||||
docs {
|
||||
# Robe Webserver API
|
||||
|
||||
## Setup
|
||||
|
||||
1. **Authentication**: Most endpoints require HTTP Basic Authentication / Configure these in Bruno
|
||||
- Username: `robe` (fixed, cannot be changed)
|
||||
- Default Password: `2479` (can be changed via webserver)
|
||||
|
||||
2. **Environment Variables**: Configure these in Bruno:
|
||||
- `base_url`: Your device IP (e.g., `http://2.242.1.2`)
|
||||
}
|
||||
Reference in New Issue
Block a user