mirror of
https://github.com/wallabag/wallabag.git
synced 2026-03-26 10:54:34 +01:00
The documentation was imported from the former wallabag/doc repository.
We imported the documentation with:
git subtree add --prefix=doc <path-or-url-to-wallabag/doc> master
A one-pass equivalent cleanup for imported commit messages was then:
python3 git-filter-repo \
--message-callback 'return re.sub(br"(?<![/\w])#(\d{1,3})(?!\d)", br"https://github.com/wallabag/doc/pull/\1", message)' \
--refs master..chore/merge-doc-into-monorepo \
--force
The rewrite approach was inspired by https://web.archive.org/web/20241208191856/https://aaronhe.org/git-filter-repo-to-rewrite-commit-history.
git-subtree-dir: doc
git-subtree-mainline: 6c48d72c64
git-subtree-split: 04f0bd51cc
504 B
504 B
title, weight
| title | weight |
|---|---|
| API | 1 |
We'll see here how to interact with the wallabag API.
Requirements
- wallabag freshly (or not) installed on https://app.wallabag.it
httpieinstalled on your computer (see project website). Note that you can also adapt the commands using curl or wget.- all the API methods are documented here https://app.wallabag.it/api/doc (on your instance) and on our example instance