* [x] Rename `wrapper` method to `request`. Remove the `host` parameter. Add a `method` parameter (as first argument). * [ ] Add `get`, `post`, and `delete` methods that simply call `request`. * [ ] Check the content-type of the response. If it's not `application/json`, do not try to parse it as json.
wrappermethod torequest. Remove thehostparameter. Add amethodparameter (as first argument).get,post, anddeletemethods that simply callrequest.application/json, do not try to parse it as json.