* GET all properties * GET one property by id * CREATE one property * DELETE one property by id
5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
vars {
|
|
BASE_URL: http://localhost:8080
|
|
API_VERSION: v1
|
|
}
|