pub async fn create<S: StorageAdapter>(
ctx: &Ctx<'_, S>,
class_name: &str,
body: WriteBody,
) -> Result<CreateResponse, ParseError>Expand description
Create an object.
pub async fn create<S: StorageAdapter>(
ctx: &Ctx<'_, S>,
class_name: &str,
body: WriteBody,
) -> Result<CreateResponse, ParseError>Create an object.