* [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.