shiori/internal/core
Felipe Martin Garcia fb0bf38b7e
feat: async content download when creating via api (#368)
* feat: async content download when creating via api

Invoking the content download code in a goroutine after saving the
bookmark, this way we can return a response to the user quickly while
the webpage is donwloaded and archived.

Cache api endpont (/api/cache) remains untouched until I understand
the logic behind it.

Also updated the API endpoint for the extension, though I'm unsure why
there's a difference between the "regular" API and the webext API,
they should be using the same APIs.
2022-02-13 21:09:42 +01:00
..
core.go Move warc to another package 2019-10-09 20:10:12 +07:00
download.go Move warc to another package 2019-10-09 20:10:12 +07:00
processing.go feat: async content download when creating via api (#368) 2022-02-13 21:09:42 +01:00
url.go Remove repeated code for archiving bookmarks 2019-09-20 16:48:57 +07:00