Skip to content

Instantly share code, notes, and snippets.

@mryhmln
Last active May 3, 2020 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mryhmln/c74c8c1ea4428b22c85eb720dbe99677 to your computer and use it in GitHub Desktop.
Save mryhmln/c74c8c1ea4428b22c85eb720dbe99677 to your computer and use it in GitHub Desktop.
Hello Mule API RAML
#%RAML 1.0
title: Hello Mule API
/hello:
get:
responses:
200:
body:
application/json:
example: {"message":"Hello Mule API!"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment