diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-29 20:33:26 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-29 20:33:26 +0100 |
commit | a302e56f9a06b67cdf2184a278d99f9e65a67fca (patch) | |
tree | 557382faf818eddf518e286059e8482e881deb94 /app/views/api | |
parent | 49834a6e7f06301a5bcc17b8771ed4513622b6a8 (diff) |
Add API for retrieving favourites
Diffstat (limited to 'app/views/api')
-rw-r--r-- | app/views/api/v1/favourites/index.rabl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/api/v1/favourites/index.rabl b/app/views/api/v1/favourites/index.rabl new file mode 100644 index 000000000..44d29d91b --- /dev/null +++ b/app/views/api/v1/favourites/index.rabl @@ -0,0 +1,2 @@ +collection @statuses +extends 'api/v1/statuses/show' |