Newer
Older
web-services / mapping-tools / v1 / idRef / orcid / json.ini
@Nicolas Thouvenin Nicolas Thouvenin on 24 May 2022 1 KB use expand to enbale the cache system
# OpenAPI Documentation - JSON format (dot notation)
mimeType = application/json

post.operationId = post-v1-idref-orcid-json
post.description = Retrouve l identifiant ORCID correspondant à l identifiant idRef envoyé.
post.responses.default.description = Renvoie un JSON, composé d `id`, `value`, avec `value` étant un ORCID.
post.responses.default.content.application/json.schema.$ref = #/components/schemas/IdOrcids
post.tags.0: mapping
post.summary: Trouve l ORCID associé à un idRef.
post.requestBody.required = true
post.requestBody.content.application/json.schema.$ref = #/components/schemas/IdIdRefs

[use]
plugin = basics
plugin = analytics

[JSONParse]

# Homogenize ID: url, string and number to an url
[assign]
path = value
value = get("value").replace(/[^\d]*/, "http://www.idref.fr/").replace(/[^\d]*$/, "/id")

[expand]
path = value
cacheName = post-v1-idref-orcid-json

[expand/combine]
path = value
default = n/a
primer = ./idRef_orcId.tsv
file = ./idref2orcid.ini

[assign]
path = value
value = get("value.value")

[JSONString]
indent = env('indent', true)