Closed danielbachhuber closed 8 years ago
To explicitly declare the expected format of the Site Resource, it should be first modeled with get_item_schema().
get_item_schema()
The prepare_item_for_response() method should use this schema to determine what data is present on the final response.
prepare_item_for_response()
To explicitly declare the expected format of the Site Resource, it should be first modeled with
get_item_schema()
.The
prepare_item_for_response()
method should use this schema to determine what data is present on the final response.