diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-25 23:23:22 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-25 23:23:22 +0900 |
| commit | a501a3cbc4293fbf5a3558a613ff91e89f9cb28f (patch) | |
| tree | 8c33ad55b3f98d64f14e52c5acea240b0e1e6775 /src/api/endpoints.ts | |
| parent | v1473 (diff) | |
| download | sharkey-a501a3cbc4293fbf5a3558a613ff91e89f9cb28f.tar.gz sharkey-a501a3cbc4293fbf5a3558a613ff91e89f9cb28f.tar.bz2 sharkey-a501a3cbc4293fbf5a3558a613ff91e89f9cb28f.zip | |
#322
Diffstat (limited to 'src/api/endpoints.ts')
| -rw-r--r-- | src/api/endpoints.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/api/endpoints.ts b/src/api/endpoints.ts index f0031b82a2..b72392db64 100644 --- a/src/api/endpoints.ts +++ b/src/api/endpoints.ts @@ -361,6 +361,10 @@ const endpoints: Endpoint[] = [ } }, { + name: 'posts/trend', + withCredential: true + }, + { name: 'posts/reactions', withCredential: true }, |