You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
全エンドポイント一覧: https://github.com/Frost-Dev/Frost-API/blob/develop/src/routeList.js
配慮すること
ポストの種類は複数あるので、その一種類を対象としたタイムラインを取得できるほうがいい #62
案
パブリックTL (フォローしているかに関係なく、一般公開されたポストを受け取れる)
/general/timeline
/public/timeline
/instance/timeline
/timelines/public
ユーザーTL (対象ユーザーだけのTL。プロフ用)
/users/:userId/timelines/user
ホームTL
/users/:userId/timelines/home
/account/timelines/home
/timelines/home
リストTL (のちのち必要そう?)
/users/:userId/lists/:listId/timeline
/account/lists/:listId/timeline
/lists/:listId/timeline
組み合わせ案 A
ユーザー、ホーム、リスト、に関しては
/users/:id
下に置くの案が良さげ?じゃあパブリックはどこへ...?
構成
/general/timeline
/users/:userId/timelines/user
/users/:userId/timelines/home
/users/:userId/lists/:listId/timeline
The text was updated successfully, but these errors were encountered: