# sudoc

Enriches consultation events with Sudoc (opens new window) data, especially the PPN (that identify Sudoc records)

# Headers

  • sudoc-enrich : Set to false to disable sudoc enrichment. Enabled by default.
  • sudoc-ttl : Lifetime of cached documents, in seconds. Defaults to 7 days (3600 * 24 * 7).
  • sudoc-throttle : Minimum time to wait between queries, in milliseconds. Defaults to 200ms.

# Example

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