アプリケーションのRESTエンドポイント
アプリケーション
アプリケーションのREST APIエンドポイント
- アプリケーションのアクセス・トークンの作成
- メソッド: postパス:
/api/v2/applications/{id}/tokens/ - アプリケーションの作成
- メソッド: postパス:
/api/v2/applications/ - アプリケーションの削除
- メソッド: deleteパス:
/api/v2/applications/{id}/ - アプリケーションのアクセス・トークンのリスト
- メソッド: getパス:
/api/v2/applications/{id}/tokens/ - アプリケーションのアクティビティ・ストリームのリスト
- メソッド: getパス:
/api/v2/applications/{id}/activity_stream/ - アプリケーションのリスト
- メソッド: getパス:
/api/v2/applications/ - アプリケーションの取得
- メソッド: getパス:
/api/v2/applications/{id}/ - アプリケーションの更新
- メソッド: patchパス:
/api/v2/applications/{id}/ - アプリケーションの更新
- メソッド: putパス:
/api/v2/applications/{id}/