urschrei / pyzotero

Pyzotero: a Python client for the Zotero API
https://pyzotero.readthedocs.org
Other
908 stars 100 forks source link

Support for unauthenticated access and removal of group-specific methods. #18

Closed stakats closed 12 years ago

stakats commented 12 years ago

Adds library_type parameter to Zotero instance. An API key is now optional, allowing unauthenticated access to public libraries. Redundant group methods have been removed. Tests and docs updated.

urschrei commented 12 years ago

Wow. This looks fantastic. Could you rebase against the dev branch and push again? It looks like you based your changes on master, and dev is quite a bit ahead.

stakats commented 12 years ago

Sorry, I have no idea how to do this.

On 3/28/12 6:27 PM, Steph wrote:

Wow. This looks fantastic. Could you rebase against the dev branch and push again? It looks like you based your changes on master, and dev is quite a bit ahead.


Reply to this email directly or view it on GitHub: https://github.com/urschrei/pyzotero/pull/18#issuecomment-4756417

urschrei commented 12 years ago

OK, this has been manually merged as 6b31a25cdb3fd8e0dac8b2164429fb291ae20d07

I'll do some more testing etc., and get it into the next release. If you're submitting any patches in future, please work off the dev branch (as per the README), as it means I don't have to manually resolve conflicts.

stakats commented 12 years ago

Many thanks. I will work off of dev in the future.

On 3/28/12 9:32 PM, Steph wrote:

OK, this has been manually merged as 6b31a25cdb3fd8e0dac8b2164429fb291ae20d07

I'll do some more testing etc., and get it into the next release. If you're submitting any patches in future, please work off the dev branch (as per the README), as it means I don't have to manually resolve conflicts.


Reply to this email directly or view it on GitHub: https://github.com/urschrei/pyzotero/pull/18#issuecomment-4766082