19 lines
213 B
Text
19 lines
213 B
Text
meta {
|
|
name: Get episode actions
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: http://localhost:8080/api/2/episodes/:username
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:query {
|
|
:
|
|
}
|
|
|
|
params:path {
|
|
username: test.json
|
|
}
|