2020 spring, internship
- ユーザー作成(signup): post, /api/users
- AuthN(signin): post, /api/authentication
- 記事作成: post, api/articles
- 全記事取得: get, /api/articles
- 特定ユーザーの記事取得: get, /api/articles?user_id=""
- 特定の記事取得: get, /api/articles/{{ .article_id }}
- 記事更新: put, api/articles/{{ .article_id }}
- 記事削除: delete, api/articles/{{ .article_id }}
- ターゲット追加: post, api/crawl-targets