From f1ca82d6f2af3a1ffde1bf380f92f0a9b5e6e111 Mon Sep 17 00:00:00 2001 From: Hylke van der Schaaf Date: Thu, 1 Aug 2024 10:52:40 +0200 Subject: [PATCH] Added abstract API conformance class --- sections/clause_08_abstract_api.adoc | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/sections/clause_08_abstract_api.adoc b/sections/clause_08_abstract_api.adoc index 63ec146..eec9b77 100644 --- a/sections/clause_08_abstract_api.adoc +++ b/sections/clause_08_abstract_api.adoc @@ -1,3 +1,14 @@ -== Abstract API +== Abstract REST API -This section describes the abstract API. +This section describes the abstract REST API. +The abstract REST API can be implemented using various protocols, like HTTP or MQTT version 5. + +[requirements_class] +.Abstract API +==== +[%metadata] +identifier:: {identifier}/req-class/api/abstract +obligation:: requirement +subject:: Target Type: Abstract API +requirement:: {identifier}/req-class/api/abstract/csdl +====