Newer
Older
web-services / affiliations-libpostal / v1 / parse.ini
@Nicolas Thouvenin Nicolas Thouvenin on 21 Dec 2021 766 bytes upd swagger doc
# OpenAPI Documentation - JSON format (dot notation)
mimeType = application/json

post.operationId = post-v1-parse
post.description = Traitement qui analyse une adresse postal dans une chaine de caractère et qui renvoit un objet contenant les champs trouvés dans l'adresse
post.tags.0 = affiliations
post.responses.default.description = Return a JSON, composed of `id`, `value`, where value conatinas all founded fields
post.summary = Analyse and parse address given in `value`, when possible
post.requestBody.required = true
post.requestBody.content.application/json.schema.$ref = #/components/schemas/IdRawAddresses

[use]
plugin = @ezs/local
plugin = @ezs/basics

[JSONParse]
separator = *

[parseAddressWith]
path = value

[dump]
indent = env('indent', false)