]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
webapi: t=mkdir now accepts initial children, using the same JSON that t=json
authorBrian Warner <warner@lothar.com>
Tue, 13 Oct 2009 02:34:44 +0000 (19:34 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 13 Oct 2009 02:34:44 +0000 (19:34 -0700)
commitb30041c5ecf3e2b6d1b6d0b489daf626abd84fd2
treee0fc2cce45c68ac7f0cfddb79fe90bdffb2e9b6f
parentcf65cc2ae3cc10624479d0e52da6592610ab8899
webapi: t=mkdir now accepts initial children, using the same JSON that t=json
emits.

client.create_dirnode(initial_children=) now works.
docs/frontends/webapi.txt
src/allmydata/client.py
src/allmydata/test/test_web.py
src/allmydata/web/common.py
src/allmydata/web/directory.py
src/allmydata/web/unlinked.py