/datum/apiModel 
Base apiModel datum - ABSTRACT Everything is generally required unless annotated as such
Procs | |
| SetupFromResponse | Override to build a model from an API response object |
|---|---|
| ToList | Override to convert a model to an associative list |
| ToString | Get a string representation of a model for debugging purposes. Optional. |
| VerifyIntegrity | Override to verify that the model object is correctly formed. Return FALSE if not. |
Proc Details
SetupFromResponse
Override to build a model from an API response object
ToList
Override to convert a model to an associative list
ToString
Get a string representation of a model for debugging purposes. Optional.
VerifyIntegrity
Override to verify that the model object is correctly formed. Return FALSE if not.