Newer
Older
web-services / mapping-tools / v1 / apc / 2018 / doi.ini
@Nicolas Thouvenin Nicolas Thouvenin on 1 Jul 2022 1 KB fix: doc with good example
# OpenAPI Documentation - JSON format (dot notation)
mimeType = application/json

post.operationId = post-v1-apc-par-doi-json
post.requestBody.content.application/json.example.0.id = 0
post.requestBody.content.application/json.example.0.value = 10.1364/boe.9.000142
post.requestBody.content.application/json.schema.$ref = #/components/schemas/IdChaines
post.requestBody.required = true
post.responses.default.content.application/json.example.0.id = 0
post.responses.default.content.application/json.example.0.value = 1234
post.responses.default.content.application/json.schema.$ref = #/components/schemas/IdChaines
post.responses.default.description = Renvoie un JSON, composé d `id`, `value`, avec `value` étant un cout APC.
post.description = Renvoie l'identifiant idRef correspondant à l'identifiant halAuthorId envoyé.
post.tags.0: mapping
post.summary: Propose un cout APC par DOI
post.parameters.0.description = Indenter le JSON résultant
post.parameters.0.in = query
post.parameters.0.name = indent
post.parameters.0.required = false
post.parameters.0.schema.type = boolean

[use]
plugin = basics
plugin = analytics

[JSONParse]

# Homogenize ID: url, string and number to an url
[expand]
path = value
cacheName = post-v1-apc-par-doi-json

[expand/combine]
path = value
default = n/a
primer = ./cout-par-doi.csv
file = ./cout-par-doi.ini

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

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