mirror of
https://github.com/evilhero/mylar
synced 2024-12-21 23:32:23 +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)
|
||||
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)
|
||||
|
||||
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',
|
||||
'getVersion', 'checkGithub','shutdown', 'restart', 'update',
|
||||
'getComicInfo', 'getIssueInfo', 'getArt', 'downloadIssue',
|
||||
'downloadNZB', 'getReadList']
|
||||
'downloadNZB', 'getReadList', 'getStoryArc', 'addStoryArc']
|
||||
|
||||
|
||||
class Api(object):
|
||||
|
|
Loading…
Reference in a new issue