* /api/articles/me defaults to published articles We want to make it explicit to retrieve unpublished articles, this change defaults `/api/articles/me` to only published articles, also adds `/api/articles/me/published`, `/api/articles/me/unpublished` and `/api/articles/me/all` to make requests more explicit. * Refactor /me logic into a case switch |
||
|---|---|---|
| .. | ||
| analytics_controller.rb | ||
| api_controller.rb | ||
| articles_controller.rb | ||
| chat_channels_controller.rb | ||
| comments_controller.rb | ||
| follows_controller.rb | ||
| github_repos_controller.rb | ||
| podcast_episodes_controller.rb | ||
| reactions_controller.rb | ||
| tags_controller.rb | ||
| users_controller.rb | ||
| videos_controller.rb | ||
| webhooks_controller.rb | ||