15 lines
188 B
Text
15 lines
188 B
Text
meta {
|
|
name: Get subscriptions for user
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
get {
|
|
url: http://localhost:8080/subscriptions/:user
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
user: test.json
|
|
}
|