ObjectStoreSwiftのRESTエンドポイント
ObjectStoreSwift
ObjectStoreSwift操作のRESTエンドポイント
- ObjectStoreSwiftオブジェクトの作成
- メソッド: postPath:
/objectstoreswifts
- IDによるObjectStoreSwiftオブジェクトの削除
- メソッド: deletePath:
/objectstoreswifts/{objectstoreswiftId}
- 名前によるObjectStoreSwiftオブジェクトの削除
- メソッド: deletePath:
/objectstoreswifts
- IDによるObjectStoreSwiftオブジェクトの取得
- メソッド: getPath:
/objectstoreswifts/{objectstoreswiftId}
- 名前によるObjectStoreSwiftオブジェクトの取得
- メソッド: getPath:
/objectstoreswifts
- IDによるObjectStoreSwiftオブジェクトの更新
- メソッド: putPath:
/objectstoreswifts/{objectstoreswiftId}
- ObjectStoreSwiftオブジェクトを名前別に更新
- メソッド: putPath:
/objectstoreswifts