akkoma/test/web/twitter_api
Egor Kislitsyn 44a1e69484 Add Twitter API for the pinned statuses
```
# Only return statuses that have been pinned
GET /api/statuses/user_timeline.json?pinned=true

# Pin
POST /api/statuses/pin/:id

# Unpin
POST /api/statuses/unpin/:id
```
2019-01-09 19:54:19 +07:00
..
representers Add Twitter API for the pinned statuses 2019-01-09 19:54:19 +07:00
views Add Twitter API for the pinned statuses 2019-01-09 19:54:19 +07:00
twitter_api_controller_test.exs Add Twitter API for the pinned statuses 2019-01-09 19:54:19 +07:00
twitter_api_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
util_controller_test.exs [#483] Refactored blocks and follows import, added tests. 2018-12-29 12:02:37 +03:00