33 lines
832 B
Plaintext
33 lines
832 B
Plaintext
auth {
|
|
mode: basic
|
|
}
|
|
|
|
auth:basic {
|
|
username: robe
|
|
password: 2479
|
|
}
|
|
|
|
vars:pre-request {
|
|
base_url: 172.16.1.80
|
|
}
|
|
|
|
docs {
|
|
# Robe REAP 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`)
|
|
|
|
3. **Parameters setting**: When setting values on API endpoints, all parameters of the endpoint must be provided in the request.
|
|
|
|
## Capability Discovery
|
|
|
|
Device capabilities vary by model/firmware. First call `sup_c` to discover
|
|
which parameters are supported, then only send those parameters when setting values.
|
|
}
|