Paperhooks is a toolkit for writing consumption hooks for
Paperless-ngx written using the Go programming language. A
REST API client is part of the toolkit
(pkg/client
).
Paperless-ngx is a document management system transforming physical documents into a searchable online archive.
Integration tests execute operations against a real Paperless-ngx server running in a Docker container. The wrapper script enables destructive tests and should not be run against a production instance.
Commands:
env --chdir contrib/integration-env docker-compose up
contrib/run-integration