-
Notifications
You must be signed in to change notification settings - Fork 3
Writing SAMB
Cheikh Seck edited this page Dec 10, 2018
·
2 revisions
SAMB offers a structured language to build RESTful HTTP APIs. To understand how to write code for SAMB, you must understand the underlying struct types. Have a look at the samb
GoDoc to get an idea of how each directive works.
Each field name has the same key name in the serialization language you are working with (all lower case in serialization language). For example a field with name Foobar string
would be written as foobar: "data"
in YAML.