otter/bruno/Episode Actions API/Get episode actions.bru

20 lines
213 B
Plaintext

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
}