Categorygithub.com/hansmi/paperhooks
repository
0.0.11
Repository: https://github.com/hansmi/paperhooks.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

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