This is fourth video in the series which will talk about how to design APIs using RAML.
There will be demonstration on designing APIs using basic RAML. Here we will see how to implement library and fragment.
Build and Design Library and Fragments in RAML.
RAML libraries are pre-defined sets of Data Types, Resource Types, Traits, Security Schemes, and reusable assets — all in a namespaced environment. One of the main advantages of Libraries is modularization and they can enable reusability. It is a kind of “typed fragment,” and you can define multiple types in one library, and that can be referred from RAML. It is also possible to define a library as an inline.
It is very important to design the APIs before actual implementation and get feedback from users, developers or stakeholder.
Here is some blogs provides more information on RAML
https://blogs.mulesoft.com/dev-guides...
https://blogs.mulesoft.com/dev-guides...