15 lines
183 B
Text
15 lines
183 B
Text
meta {
|
|
name: List devices for user
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: http://localhost:8080/api/2/devices/:user
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
user: test.json
|
|
}
|