It seems the api is missing the object diff method. As easy as: ``` def object_diff(self, hash_a, hash_b, **kwargs): args = (hash_a, hash_b) return self._client.request('/object/diff', args, decoder='json', **kwargs) ```