Newer
Older
web-services / loterre-resolvers / v1 / fetch.cfg
@Nicolas Thouvenin Nicolas Thouvenin on 25 May 438 bytes to have a local copy of a vocabulary
[use]
plugin = basics

[combine]
path = value

[combine/URLStream]
url = env('primer')
path = false

[combine/FILESave]
identifier = env('loterreID', 'noid').append('.skos')

[combine/replace]
path = id
value = get('filename')
path = value
value = self()

[assign]
path = value
value = get('value.id')


#
# A noter :
# L'utilisation d'un fichier .cfg évite de faire apparaitre ce fichier comme une route dans la documentation openAPI
#