Skip to content

Commit c6a8dd6

Browse files
author
Janosch Gräf
committed
Added _object_new, thus fixing #1.
1 parent 841595f commit c6a8dd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ipfsApi/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def __init__(self,
5050
self._block_stat = ArgCommand('/block/stat')
5151
self._block_get = ArgCommand('/block/get')
5252
self._block_put = FileCommand('/block/put')
53+
self._object_new = ArgCommand('/object/new')
5354
self._object_data = ArgCommand('/object/data')
5455
self._object_links = ArgCommand('/object/links')
5556
self._object_get = ArgCommand('/object/get')

0 commit comments

Comments
 (0)