/datum/apiBody
Represents the body of an API request - ABSTRACT Everything is generally required unless annotated as such
Procs | |
VerifyIntegrity | Override to verify that the model object is correctly formed. Return FALSE if not. |
---|---|
setValues | Build a list of values based on fields and input |
toJson | Override to provide a way to convert this body to json |
Proc Details
VerifyIntegrity
Override to verify that the model object is correctly formed. Return FALSE if not.
setValues
Build a list of values based on fields and input
toJson
Override to provide a way to convert this body to json