From dfa3eb44422d6ee6ad2a8ab54e113ad972ae6513 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 21 Feb 2012 15:17:40 +0530 Subject: [PATCH] update readme --- README | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README b/README index f07d53d..85a1f4b 100644 --- a/README +++ b/README @@ -1,6 +1,7 @@ -pandora_client +pandora_client - python client and libary to access a pan.do/ra instances -python libary to access a pan.do/ra instance +For more info on using pandora_client, check +http://wiki.0x2620.org/wiki/pandora_client pandora client example: import pandora_client @@ -33,7 +34,7 @@ just using the API: for i in r['data']['items']: ... -forther api documentation is available as python docstrings. - api.find? -and there is a web api documentation at i.e. http://localhost:8000/api/ - +api documentation is available as python docstrings. +i.e. in ipython: + api.find? +(alternatively you can open the api url in a browser to read further documentation)