feat: implemented episode actions GET route

This commit is contained in:
Jef Roosens 2025-03-04 16:44:30 +01:00
parent bcfb8805eb
commit 029eb95382
No known key found for this signature in database
GPG key ID: 21FD3D77D56BAF49
7 changed files with 180 additions and 15 deletions

View 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
}