ipfs-shipyard / ipfs-shipyard/py-ipfs-http-client
add_str() and add() do not take the same optional parameters
Open
- Dominant language
- Python
- Stars
- 685
- Forks
- 200
- PR merge metrics
- No merged PRs in 30d
Description
e.g.
```python
sent_hash = self._client.add_json(sentence, opts=opts)
clip_res = self._client.add(clip_path, only_hash=True)
```
See #287
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.