mirror of
https://github.com/evilhero/mylar
synced 2025-03-11 14:33:13 +00:00
API - addStoryArc, getStoryArc API Reference Update OPDS minor fix for custom story arcs
This commit is contained in:
parent
750657bea1
commit
92ee4be87e
2 changed files with 8 additions and 2 deletions
|
@ -62,5 +62,11 @@ shutdown (shut down mylar)
|
||||||
restart (restart mylar)
|
restart (restart mylar)
|
||||||
update (update mylar - you may want to check the install type in get version and not allow this if type==exe)
|
update (update mylar - you may want to check the install type in get version and not allow this if type==exe)
|
||||||
|
|
||||||
downloadIssue&id=$issueid (download that isse to your browser)
|
downloadIssue&id=$issueid (download that issue to your browser)
|
||||||
findComic&name=$comicname (Find comics)
|
findComic&name=$comicname (Find comics)
|
||||||
|
|
||||||
|
getStoryArc (List all story arcs)
|
||||||
|
getStoryArc&customOnly=1 (List custom story arcs)
|
||||||
|
getStoryArc&id=$arcid (Show story arc issues)
|
||||||
|
|
||||||
|
addStoryArc
|
||||||
|
|
|
@ -35,7 +35,7 @@ cmd_list = ['getIndex', 'getComic', 'getUpcoming', 'getWanted', 'getHistory',
|
||||||
'queueIssue', 'unqueueIssue', 'forceSearch', 'forceProcess',
|
'queueIssue', 'unqueueIssue', 'forceSearch', 'forceProcess',
|
||||||
'getVersion', 'checkGithub','shutdown', 'restart', 'update',
|
'getVersion', 'checkGithub','shutdown', 'restart', 'update',
|
||||||
'getComicInfo', 'getIssueInfo', 'getArt', 'downloadIssue',
|
'getComicInfo', 'getIssueInfo', 'getArt', 'downloadIssue',
|
||||||
'downloadNZB', 'getReadList']
|
'downloadNZB', 'getReadList', 'getStoryArc', 'addStoryArc']
|
||||||
|
|
||||||
|
|
||||||
class Api(object):
|
class Api(object):
|
||||||
|
|
Loading…
Add table
Reference in a new issue