331 contributions in the last 12 months
Less
More
Provide Endpoints to Modify Series Metadata
process_id will be semi-random but guaranteed unique at any point in time
Provide Endpoints to Modify Series Metadata
Endpoint changes (including existing file endpoint):
POST /process/start
-> process_id (creates directory under same name in temp folder)
POST /file?pid={process_id}
> stores file in…
Change File API Endpoint Behaviour
Endpoint should take in another query param: pid
to assign the file to a process
Change File API Endpoint Behaviour
Update 2: EPub Tags for sorting into the correct series:
<meta name="calibre:series" content="{series}"/>
<meta name="calibre:series_index" content="{number}"/>
Change File API Endpoint Behaviour