Skip to content

Latest commit

 

History

History
196 lines (126 loc) · 3.55 KB

File metadata and controls

196 lines (126 loc) · 3.55 KB

DEMO Respec

Gegevensuitwisseling Standaarden

Standaarden

  • 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)

Documentatie

Voorbeeld Digikoppeling

Spec

Overige

Publicatie Standaarden

Respec

Quote:

ReSpec makes it easier to write technical documents. It was originally designed for writing W3C specifications, but now supports many output formats.

Voorbeeld Respec document

Digikoppeling Architectuur Document

Werking

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

Specifieke Functies

Enkele specifieke functies van Respec:

Demo Controle

Examples

Een voorbeeld kan op deze manier getoond worden.

    function myFunction() {
      // stuff goes here...
    }
  

Conformance section

Controle op keywords conform: [[RFC2119]] / [[RFC8174]]

A user agent MUST do something.

Abbreviations

The WWW for example.

ReSpec will automatically wrap this WWW in an abbr.

Inline Code

  function myFunction() {
      // stuff goes here...
    }

Definitions and linking

Gebruik [=Respec=] voor het publiceren van documenten

Automatic pluralization

[=Standards=] are important in ICT

Aliases and synonyms

[=API=] of [=REST API=] of [=WEB API=]

References

[[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.

Definities

Respec Tool voor het publiceren van specificatie documenten

Standard Explicit set of agreements and rules

REST API Representational State Transfer, Application Programming Interface)