From TODO: ``` python # TODO: Add better error handling. # TODO: Better checking on this header for JSON. ``` See [`storage.connection.Connection.api_request`](https://github.com/GoogleCloudPlatform/gcloud-python/blob/1f2aaf3606802f4f02eeb30e22e1082ef7f4594e/gcloud/storage/connection.py#L220) for relevant code and #146 for some context. `git blame` output ``` b7f1b774 (JJ Geewax 2014-01-29 18:02:29 -0500 220) # TODO: Add better error handling. b7f1b774 (JJ Geewax 2014-01-29 18:02:29 -0500 227) # TODO: Better checking on this header for JSON. ```