V.0.1.0 Codename Threadbare
Compare changes
- Martin Stiemerling authored
@@ -6,10 +6,40 @@ Because it rocks, but let's see afterwards what can be written here.
@@ -6,10 +6,40 @@ Because it rocks, but let's see afterwards what can be written here.
The base of the development of goSDN are YANG modules. The RESTful API used for RESTCONF is defined in an OpenAPI 2.0 file. This API documentation is generated from the YANG module. The YANG module description is also used to generate code stubs for the goSDN RESTCONF client.
@@ -18,7 +48,7 @@ The base of the development of goSDN are YANG modules. The RESTful API used for
@@ -18,7 +48,7 @@ The base of the development of goSDN are YANG modules. The RESTful API used for
YANG defines an abstract netwoprk interface. It is the foundation of the RESTCONF protocol. Several code generators exist to generate code stubs from a given definition.