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

APIエンドポイントの新構成案 #123

Open
marihachi opened this issue Oct 5, 2018 · 0 comments
Open

APIエンドポイントの新構成案 #123

marihachi opened this issue Oct 5, 2018 · 0 comments

Comments

@marihachi
Copy link
Member

marihachi commented Oct 5, 2018

現時点での構成案

メソッドを統合:
show + lookup -> get

一部メソッド名を変更。
timeline、storageのパスを変更。

status -> chat
post -> posting

共通のメソッド名

create

データを作成します。

get

データを取得します。何らかのパラメータを渡す必要がある場合もあります。

list

コレクション形式のデータを取得します。

update

データを更新します。

delete

データを削除します。

構成

  • user

    • create
    • list
    • get
    • update
    • follow
    • unfollow
    • follower
      • list
    • following
      • list
    • relation
      • get
  • posting

    • get
    • create-chat
    • create-article
    • create-reference
    • timeline
      • home
        • list
      • user
        • list
  • storage

    • file
      • add
      • get
      • list
      • delete
    • status
      • get
  • app

    • create
    • get
    • list
    • secret
      • get
      • create
  • auth

    • credential
      • validate
    • token
      • create
      • get
  • info

    • get
@marihachi marihachi changed the title User API の新構成案 APIエンドポイントの新構成案 Oct 5, 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