feat: implemented episode actions GET route
This commit is contained in:
parent
bcfb8805eb
commit
029eb95382
7 changed files with 180 additions and 15 deletions
19
bruno/Episode Actions API/Get episode actions.bru
Normal file
19
bruno/Episode Actions API/Get episode actions.bru
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue