Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

/storage/file/get #91

Open
6 of 8 tasks
marihachi opened this issue Oct 9, 2017 · 0 comments
Open
6 of 8 tasks

/storage/file/get #91

marihachi opened this issue Oct 9, 2017 · 0 comments

Comments

@marihachi
Copy link
Member

marihachi commented Oct 9, 2017

ストレージにアップロードされたファイルの一覧を取得
フィルターを指定可能にする

項目と動作確認の状況

  • 基本的な実装
    • 動作確認
  • ファイルデータを含めるかどうかのオプション
    • 動作確認
  • ページネーション
    • 動作確認
  • フィルター指定
    • 動作確認

検討

  • 概要に加えてファイルデータを含めるかどうか
  • 一覧取得するファイルの種類(image/jpeg image/png 等)をフィルター指定できるように
  • アクセスするユーザによって表示する内容を変化させるかどうか
    e.g.)オーナ:所持する全てのファイル一覧、その他のユーザ:publicなファイルとspecificの対象であるファイル
    • 以下のように階層を下げてもいいかも?:
      GET /users/:user_id/storage/files/:file_id/publics GET /users/:user_id/storage/files/:file_id/specifics
@marihachi marihachi changed the title GET /users/:userId/storage GET /users/:userId/storage/files Oct 11, 2017
@marihachi marihachi changed the title GET /users/:userId/storage/files /storage/file/get Dec 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant