Newer
Older
web-dumps / apil-dumps / 03-enrichment-publisher.ini
@Nicolas Thouvenin Nicolas Thouvenin on 21 Oct 2022 440 bytes feat: introduce fake mode
prepend = unpack
append = pack

[use]
plugin = basics
[assign]
path = ws.host.publisher
value = get('host.publisher')

[expand]
path = ws.host.publisher
size = env('size')
cacheName = env('cache').thru(x => x ? 'mapping-tools-v1-homogenize-publisher-json' : null)

[expand/URLConnect]
url = env('url', 'https://mapping-tools.services.inist.fr/v1/homogenize/publisher/json')
retries = env('retries')
timeout = env('timeout')
noerror = true