Fragments in RAML- RAML stands for Restful API modeling language. It is used to write the specification of Restful APIs, which is understandable by both humans and machines. Fragments are the reusable logic that can be maintained through every API in API specification. There are two types of fragments: Local fragments: These fragments are not […]