*/ interface ApiResponse { /** * Create an API response object from the HTTP response from the API server. */ public static function create(array $data); }