API - addStoryArc, getStoryArc API Reference Update OPDS minor fix for custom story arcs

This commit is contained in:
LordJay23 2017-12-30 21:19:03 -05:00 committed by evilhero
parent 750657bea1
commit 92ee4be87e
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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):