Skip to content

Commit

Permalink
changed address of Swagger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
coret committed Jul 23, 2024
1 parent 02c4929 commit 4c1e68f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/apidoc.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<section class="text m-t-space m-b-space m-theme--blue">
<div class="o-container o-container__small m-t-space">
<h1 class="title--l"><?= t('Datasetregister API specificatie') ?></h1>
<p class="text-left"><?= t('De Datasetregister API is bedoeld om online pagina\'s met datasetbeschrijving aan te melden en te valideren. De API beschrijving is op basis van een Open API specification beschikbaar via <a href="https://datasetregister.netwerkdigitaalerfgoed.nl/api/static/index.html" target="_blank">Swagger UI</a>.') ?></p>
<p class="text-left"><?= t('De Datasetregister API is bedoeld om online pagina\'s met datasetbeschrijving aan te melden en te valideren. De API beschrijving is op basis van een Open API specification beschikbaar via <a href="https://datasetregister.netwerkdigitaalerfgoed.nl/api/" target="_blank">Swagger UI</a>.') ?></p>
<h3><?= t('Voorbeeld aanmelding URL van pagina met datasetbeschrijving via API met Curl') ?></h3>
<xmp>curl 'https://datasetregister.netwerkdigitaalerfgoed.nl/api/datasets' \
-H 'link: <http://www.w3.org/ns/ldp#RDFSource>; rel="type",<http://www.w3.org/ns/ldp#Resource>; rel="type"' \
Expand Down
2 changes: 1 addition & 1 deletion web/includes/language.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
# dataset-newest.php
'Recent aangemelde databeschrijvingen'=>'Recently submitted data descriptions',
'Onderstaande lijst toont de'=>'The list below shows the',
'meest recent aangemelde datasetbeschrijvingen via de <a href="viaurl.php">Meld aan</a> pagina of de <a href="https://datasetregister.netwerkdigitaalerfgoed.nl/api/static/index.html">Dataset Register API</a>.'=>'most recently registered dataset descriptions via the <a href="viaurl.php">Submit</a> page or the <a href="https://datasetregister.netwerkdigitaalerfgoed.nl /api/static/index.html">Dataset Register API</a>.',
'meest recent aangemelde datasetbeschrijvingen via de <a href="viaurl.php">Meld aan</a> pagina of de <a href="https://datasetregister.netwerkdigitaalerfgoed.nl/api/">Dataset Register API</a>.'=>'most recently registered dataset descriptions via the <a href="viaurl.php">Submit</a> page or the <a href="https://datasetregister.netwerkdigitaalerfgoed.nl /api/">Dataset Register API</a>.',
'Aangemeld op'=>'Registered on',
'De meest recent toegevoegde datasets aan het NDE Datasetregister'=>'The most recently added datasets to the NDE Dataset Register',
'Deze lijst is ook beschikbaar als <a href="dataset-newest-rss.php">RSS feed</a>.'=>'This list is also available as <a href="dataset-newest-rss.php?lang=en">RSS feed</a>.',
Expand Down

0 comments on commit 4c1e68f

Please sign in to comment.