Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: async content download when creating via api #368

Merged
merged 3 commits into from
Feb 13, 2022
Merged

Commits on Feb 13, 2022

  1. 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.
    fmartingr committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    b936dff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d5c8dd View commit details
    Browse the repository at this point in the history
  3. revert: api extension api

    fmartingr committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    9717c4a View commit details
    Browse the repository at this point in the history