# enhancer

Enhances consultation events with information found in a pkb (issn, eissn, doi, title_id)

# Headers

  • ezpaarse-enrich : Set false to disable enrichment. Enabled by default.

# Examples

curl -v -X POST http://localhost:59599
  -H "ezPAARSE-Middlewares: enhancer"
  -F "files[]=@access.log"
  • Disable enrichment
curl -v -X POST http://localhost:59599
  -H "ezPAARSE-Middlewares: enhancer"
  -H "ezpaarse-enrich: false"
  -F "files[]=@access.log"
Last Updated: 7/15/2020, 1:38:58 PM