Provide Endpoints to Modify Series Metadata #4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
JNC Epubs do not auto populate:
The Following Endpoints are needed:
Parameters for get tbd
Parameters for put should include all possible fields
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 process temp folderPOST /metadata/file?pid={process_id}
> stores metadata file in temp folderPOST /metadata/volume?pid={process_id}
> volume metadata (ComicInfo.xml/Content.opf Format)POST /metadata/kavita?pid={process_id}
> override Kavita metadata fieldsGET /metadata/kavita?pid={process_id}
-> Kavita Metadata for the Series (if Series exists)POST /library?pid={process_id}
> sets the target libraryPOST /process/end?pid={process_id}
-> finalizes process, bundles metadata correctly and uploads to the server. Returns success boolprocess_id will be semi-random but guaranteed unique at any point in time