From b8d25dc918d6bcf31155cbfa2c7b70d5757fd40a Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Wed, 6 May 2015 06:27:42 +0000 Subject: [PATCH] Add API sounds/show view --- app/views/api/sounds/show.rabl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/views/api/sounds/show.rabl diff --git a/app/views/api/sounds/show.rabl b/app/views/api/sounds/show.rabl new file mode 100644 index 0000000..5d9df2c --- /dev/null +++ b/app/views/api/sounds/show.rabl @@ -0,0 +1,5 @@ +object @sound + +attribute :id +attribute :sha256 +attribute :mime_type