Skip to content

Commit

Permalink
+ README add create user usage
Browse files Browse the repository at this point in the history
  • Loading branch information
yowenter committed May 26, 2017
1 parent c658ecc commit 7c46533
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,14 @@ Resources

Resources this API supports:

https://api.daovoice.io/v1/conversations
https://api.daovoice.io/v1/conversations

https://api.daovoice.io/v1/admins

https://api.daovoice.io/v1/users






Expand Down Expand Up @@ -68,5 +73,16 @@ Admins
for ad in admins:
print ad.name
User
^^^^^^

.. code:: python
# create user
user = daovoice_client.user.create(user_id="123456",name="example", email="[email protected]")

0 comments on commit 7c46533

Please sign in to comment.