Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

### Links

- NLGov API Design Rules (ADR)
- NLgov API Design Rules (ADR)
- [Formele standaard](https://forumstandaardisatie.nl/open-standaarden/rest-api-design-rules)
- [Gepubliceerde versie](https://gitdocumentatie.logius.nl/publicatie/api/adr/)
- [Werkversie](https://logius-standaarden.github.io/API-Design-Rules/)
- [Repository](https://github.com/Logius-standaarden/API-Design-Rules)

- NLGov OAuth 2.0 profile (OAuth)
- NLgov Assurance profile for OAuth 2.0 (OAuth)
- [Formele standaard](https://forumstandaardisatie.nl/open-standaarden/nl-gov-assurance-profile-oauth-20)
- [Gepubliceerde versie](https://gitdocumentatie.logius.nl/publicatie/api/oauth/)
- [Werkversie](https://logius-standaarden.github.io/OAuth-NL-profiel/)
- [Repository](https://github.com/Logius-standaarden/OAuth-NL-profiel)

- NLGov OpenID Connect profile (OIDC)
- NLgov Assurance profile for OpenID Connect 1.0 (OIDC)
- [Formele standaard](https://forumstandaardisatie.nl/open-standaarden/nl-gov-assurance-profile-oidc)
- [Gepubliceerde versie](https://gitdocumentatie.logius.nl/publicatie/api/oidc/)
- [Werkversie](https://logius-standaarden.github.io/OIDC-NLGOV/)
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/>
<meta name="color-scheme" content="light dark">
<title>
NLGov REST API Design Rules
NLgov REST API Design Rules
</title>
<link href="https://gitdocumentatie.logius.nl/publicatie/respec/style/nlgov/adr-style.css" rel="stylesheet" type="text/css"/>
<link href="https://gitdocumentatie.logius.nl/publicatie/respec/style/nlgov/adr-dark.css" rel="stylesheet" type="text/css" media="(prefers-color-scheme: dark)">
Expand Down
4 changes: 2 additions & 2 deletions sections/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ This document is part of the *Nederlandse API Strategie*.
The Nederlandse API Strategie consists of [a set of distinct documents](https://developer.overheid.nl/communities/kennisplatform-apis/#api-strategie).

| Status | Description & Link |
| ---------------- | ---------------------------------------------------------------------------------------------------------------- |
|------------------|------------------------------------------------------------------------------------------------------------------|
| Informative | [Inleiding NL API Strategie](https://geonovum.github.io/KP-APIs/API-strategie-algemeen/Inleiding/) |
| Informative | [Architectuur NL API Strategie](https://geonovum.github.io/KP-APIs/API-strategie-algemeen/Architectuur/) |
| Informative | [Gebruikerswensen NL API Strategie](https://geonovum.github.io/KP-APIs/API-strategie-algemeen/Gebruikerswensen/) |
| Normative | [API Design Rules (ADR v2.0)](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0/) |
| Normative | [Open API Specification (OAS 3.0)](https://spec.openapis.org/oas/v3.0.1.html) |
| Normative | [NL GOV OAuth profiel](https://gitdocumentatie.logius.nl/publicatie/api/oauth/) |
| Normative | [NLgov OAuth profiel](https://gitdocumentatie.logius.nl/publicatie/api/oauth/) |
| Normative | [Digikoppeling REST API koppelvlak specificatie](https://gitdocumentatie.logius.nl/publicatie/dk/restapi/) |
| Normative module | [GEO module v1.0](https://gitdocumentatie.logius.nl/publicatie/api/mod-geo/1.0.2/) |
| Normative module | [Transport Security module v1.0](https://gitdocumentatie.logius.nl/publicatie/api/mod-ts/1.0.2/) |
Expand Down
Loading