16 lines
225 B
Text
16 lines
225 B
Text
meta {
|
|
name: Get Subscriptions for device
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: http://localhost:8080/subscriptions/:user/:device_id
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
user: test
|
|
device_id: device_one.json
|
|
}
|