Mercurial > hg > AuthRPC
diff README.txt @ 26:346114023528 0.2.0a
Added __getfile__ mechanism
author | Ben Croston <ben@croston.org> |
---|---|
date | Mon, 02 Jan 2012 00:12:41 +0000 |
parents | d0b8c9edf4f5 |
children | bea0c77734ca |
line wrap: on
line diff
--- a/README.txt Sun Jan 01 15:59:39 2012 +0000 +++ b/README.txt Mon Jan 02 00:12:41 2012 +0000 @@ -33,6 +33,7 @@ password='secret', user_agent='myprogram') retval = client.do_something('test') + file_contents = client.__getfile__('myfile.pdf') batch = BatchCall(client) batch.do_something('call 1') batch.do_something('call 2')