From fe57f6330f089d023f0fa4db7f7c8a51551d2ee9 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 7 Mar 2016 13:25:26 +0100 Subject: API methods for retrieving home and mentions timelines --- app/views/api/statuses/home.rabl | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/views/api/statuses/home.rabl (limited to 'app/views/api/statuses/home.rabl') diff --git a/app/views/api/statuses/home.rabl b/app/views/api/statuses/home.rabl new file mode 100644 index 000000000..12f00dd21 --- /dev/null +++ b/app/views/api/statuses/home.rabl @@ -0,0 +1,2 @@ +collection @statuses +extends('api/statuses/show') -- cgit