20 lines
398 B
YAML
20 lines
398 B
YAML
id: api-europeana
|
|
|
|
info:
|
|
name: Europeana API Test
|
|
author: daffainfo
|
|
severity: info
|
|
reference: https://pro.europeana.eu/page/search
|
|
tags: token-spray,europeana
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://api.europeana.eu/record/v2/search.json?wskey={{token}}&query=*&rows=0&profile=facets"
|
|
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|