Copyright (C) 2017-2023 The Open Library Foundation
This software is distributed under the terms of the Apache License, Version 2.0. See the file "LICENSE" for more information.
The mod-audit module provides API to access and modify audit data.
Other modules are described, with further FOLIO Developer documentation at dev.folio.org
See project MODAUDIT at the FOLIO issue tracker.
Compile with mvn clean install
Run the local stand-alone instance:
java -jar target/mod-audit-fat.jar -Dhttp.port=8085 embed_postgres=true
This module's API documentation.
The local API docs are available, for example:
http://localhost:8081/apidocs/?raml=raml/audit-data.raml
etc.
The built artifacts for this module are available. See configuration for repository access, and the Docker image.