Skip to content

hansmi/paperhooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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