Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.4 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.4 KB

Client and hook toolkit for Paperless-ngx

Latest release CI workflow Go reference

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.

Run integration tests

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