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

importers/shaarli_api: allow fetching shaarli data from the API directly (no external call to shaarli-client) #93

Open
nodiscc opened this issue Feb 11, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@nodiscc
Copy link
Owner

nodiscc commented Feb 11, 2023

# if shaarli_api_url/secret are not provided, the source_file must be created using python-shaarli-client https://python-shaarli-client.readthedocs.io/
module_options:
  shaarli_api_url: https://shaarli.example.org # shaarli instance URL
  shaarli_api_secret: CHANGEME # API secret
  shaarli_api_insecure: False # (default False) bypass API SSL/TLS certificate verification
  shaarli_api_visibility: all # (all/public/private, default all) only get shaares with this visibility status
  source_file: shaarli-export.json # JSON file to store shaarli API response to/import data from
@nodiscc nodiscc added the enhancement New feature or request label Feb 11, 2023
@nodiscc nodiscc added this to the backlog milestone Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant