Tag: API
-
File REST API in RAML
RAML, also known as RESTful API Modeling Language makes it easy to define APIs that are human friendly. A customer asked me how to model an HTTP multipart request using RAML so I put together this example. Just some background, an HTTP multipart request is an HTTP request that HTTP clients construct to send files…