ipfs-shipyard / ipfs-shipyard/py-ipfs-http-client
Missing 'object diff' method
Open
Beginner friendly
difficulty:easy
enhancement
help wanted
- Dominant language
- Python
- Stars
- 685
- Forks
- 200
- PR merge metrics
- No merged PRs in 30d
Description
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)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the existing Python client methods that wrap IPFS API endpoints and use them to find the appropriate implementation file. Add the requested object_diff method for /object/diff, then verify that the client can request the endpoint and decode its JSON response.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100