Skip to content

Instantly share code, notes, and snippets.

@javaduke
Last active August 29, 2015 13:56
Show Gist options
  • Save javaduke/8937426 to your computer and use it in GitHub Desktop.
Save javaduke/8937426 to your computer and use it in GitHub Desktop.
#%RAML 0.8
---
title: Acme REST API
version: v0.1
baseUri: http://localhost:8081/acme/{version}
/products/{id}:
displayName: Product
get:
description: Get Product by ID
responses:
200:
body:
text/plain:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment