Newer
Older
web-services / loterre-resolvers / examples.http
@baseUrl = https://loterre-resolvers.services.inist.fr

# @name 9SD_expand
POST {{baseUrl}}/v1/9SD/expand?indent=true HTTP/1.1
Content-Type: application/json

[
  { "value": "Pérou" },
  { "value": "Pays de la Loire" },
  { "value": "Grand-Duché de Luxembourg" },
  { "value": "CAN"}
]
###

# @name 9SD_identify
POST {{baseUrl}}/v1/9SD/identify?indent=true HTTP/1.1
Content-Type: application/json

[
  { "value": "Pérou" },
  { "value": "Pays de la Loire" },
  { "value": "Grand-Duché de Luxembourg" },
  { "value": "CAN"}
]
###


# @name D63_expand
POST {{baseUrl}}/v1/D63/expand?indent=true HTTP/1.1
Content-Type: application/json

[
  { "value": "Nancy" },
  { "value": "Ecrouves" },
  { "value": "Pagny sur Moselle" },
  { "value": "Trifouilly"}
]
###

#  @name D63_identify
POST {{baseUrl}}/v1/D63/identify?indent=true HTTP/1.1
Content-Type: application/json

[
  { "value": "Nancy sur cluses" },
  { "value": "Trémaouézan" },
  { "value": "Curan" },
  { "value": "Paris"}
]
###

# @name P66_identify
POST {{baseUrl}}/v1/P66/identify?indent=true HTTP/1.1
Content-Type: application/json

[
  { "value": "Amygdala" },
  { "value": "Frontal lobe" },
  { "value": "metamemory" }
]
###

# @name P66_expand
POST {{baseUrl}}/v1/P66/expand?indent=true HTTP/1.1
Content-Type: application/json

[
  { "value": "Amygdala" },
  { "value": "Frontal lobe" },
  { "value": "metamemory" }
]
###