- OIN (Organisatie Identificatie Nummer)
- Digikoppeling
- WUS (WSDL, UDDI en SOAP)
- EBMS (ebXML Messaging Service)
- REST API (Representational State Transfer - Application Programming Interface)
- Grote Berichten
- API
- ADR ( (REST) API Design Rules)
- OAuth (Open Authorization)
- OIDC (OpenID Connect)
- DMKS (Digimelding Koppevlak Specificatie)
Quote:
ReSpec makes it easier to write technical documents. It was originally designed for writing W3C specifications, but now supports many output formats.
Digikoppeling Architectuur Document
In:
- config bestand
- content (in markdown)
- afbeeldingen/media
Verwerking:
- conform parameters in config bestand
- conform style en template configuratie
Uit:
- Respec document in HTML formaat
Weergegeven in tabel:
In | Verwerking | Uit |
---|---|---|
config bestand, content (in markdown), afbeeldingen/media | conform parameters in config bestand & conform style en template configuratie | Respec document in HTML formaat |
Enkele specifieke functies van Respec:
Een voorbeeld kan op deze manier getoond worden.
function myFunction() { // stuff goes here... }
Controle op keywords conform: [[RFC2119]] / [[RFC8174]]
A user agent MUST do something.
The WWW for example.
ReSpec will automatically wrap this WWW in an abbr.
function myFunction() {
// stuff goes here...
}
Gebruik [=Respec=] voor het publiceren van documenten
[=Standards=] are important in ICT
[=API=] of [=REST API=] of [=WEB API=]
[[WebIDL]] [[NEN3610]]
<script> var respecConfig = { xref: ["WebIDL", "PaymentRequest"], }; </script>A feline has 4 legs and makes sound.
A cat has 4 legs and makes sound.
interface Cat {}
A {{Cat}} is a [=feline=] if it meows.
PaymentRequest
{{PaymentRequest}}
link
<script> var respecConfig = { xref: ["HTML", "link"], }; </script>The [^link^] element is defined in the [[HTML]] spec.
Respec Tool voor het publiceren van specificatie documenten
Standard Explicit set of agreements and rules
REST API Representational State Transfer, Application Programming Interface)