├── .gitignore ├── COPYING ├── apidocs └── php │ ├── Zend_Http │ └── Response │ │ ├── _Response.php.html │ │ └── libZotero_Http_Response.html │ ├── blank.html │ ├── classtrees_Zend_Http.html │ ├── classtrees_default.html │ ├── classtrees_libZotero.html │ ├── default │ ├── Zotero_Accessor.html │ ├── Zotero_Collection.html │ ├── Zotero_Collections.html │ ├── Zotero_Creator.html │ ├── Zotero_Entry.html │ ├── Zotero_Exception.html │ ├── Zotero_Feed.html │ ├── Zotero_Group.html │ ├── Zotero_Item.html │ ├── Zotero_Items.html │ ├── Zotero_Library.html │ ├── Zotero_Mappings.html │ ├── Zotero_Tag.html │ ├── Zotero_User.html │ ├── _Accessor.php.html │ ├── _Collection.php.html │ ├── _Collections.php.html │ ├── _Creator.php.html │ ├── _Entry.php.html │ ├── _Feed.php.html │ ├── _Group.php.html │ ├── _Item.php.html │ ├── _Items.php.html │ ├── _Library.php.html │ ├── _Mappings.php.html │ ├── _Tag.php.html │ ├── _User.php.html │ └── _Zotero_Exception.php.html │ ├── elementindex.html │ ├── elementindex_Zend_Http.html │ ├── elementindex_default.html │ ├── elementindex_libZotero.html │ ├── errors.html │ ├── index.html │ ├── li_Zend_Http.html │ ├── li_default.html │ ├── li_libZotero.html │ ├── libZotero │ ├── Zotero_Accessor.html │ ├── Zotero_Collection.html │ ├── Zotero_Collections.html │ ├── Zotero_Creator.html │ ├── Zotero_Entry.html │ ├── Zotero_Exception.html │ ├── Zotero_Feed.html │ ├── Zotero_Group.html │ ├── Zotero_Item.html │ ├── Zotero_Items.html │ ├── Zotero_Library.html │ ├── Zotero_Mappings.html │ ├── Zotero_Tag.html │ ├── Zotero_User.html │ ├── _Accessor.php.html │ ├── _Collection.php.html │ ├── _Collections.php.html │ ├── _Creator.php.html │ ├── _Entry.php.html │ ├── _Feed.php.html │ ├── _Group.php.html │ ├── _Item.php.html │ ├── _Items.php.html │ ├── _Library.php.html │ ├── _Mappings.php.html │ ├── _Tag.php.html │ ├── _User.php.html │ └── _Zotero_Exception.php.html │ ├── media │ ├── banner.css │ └── stylesheet.css │ └── packages.html ├── config.php ├── lib ├── php │ ├── Apc.php │ ├── ApiObject.php │ ├── Cite.php │ ├── Collection.php │ ├── Collections.php │ ├── Creator.php │ ├── Exception.php │ ├── File.php │ ├── Group.php │ ├── Item.php │ ├── Items.php │ ├── Library.php │ ├── Mappings.php │ ├── Net.php │ ├── README.md │ ├── Response.php │ ├── Tag.php │ ├── Url.php │ └── Utils.php └── py │ ├── MANIFEST │ ├── __init__.py │ ├── libZotero │ ├── __init__.py │ ├── cache.py │ ├── collection.py │ ├── entry.py │ ├── exceptions.py │ ├── feed.py │ ├── item.py │ ├── items.py │ ├── library.py │ ├── response.py │ ├── tag.py │ ├── zcollections.py │ └── zotero.py │ ├── setup.py │ └── test │ ├── test_item.py │ ├── test_library.py │ └── test_liveapi.py ├── phpexamples ├── addGoogleReaderStarredItems.php ├── bibcontent.php ├── collectionanditems.php ├── config.php ├── createMultipleItems.php ├── createanddeleteitems.php ├── createmanyitems.php ├── directciteprocrequest.php ├── dumpItems.php ├── index.html ├── itemkeys.php ├── itemsintrash.php ├── keyaccess.php ├── multiplecontenttypes.php ├── mypublications │ ├── collectionbibwithdownloads.php │ ├── config.php │ └── download.php ├── readme.md ├── recentitems.php ├── tags.php ├── uploadattachment.php ├── user_writing_config.php ├── zoterocv.php └── zreports │ ├── ZReport.php │ ├── _librarycache │ ├── config.php │ ├── dynamic.php │ ├── libZoteroSingle.php │ ├── pages │ ├── p1.html │ ├── p2.html │ ├── p3.html │ ├── p4.html │ ├── p5.html │ ├── p6.html │ ├── p7.html │ └── p8.html │ ├── postTemplates │ ├── footer.phtml │ ├── header.phtml │ ├── post.phtml │ ├── reportFooter.phtml │ ├── reportHeader.phtml │ └── reportPost.phtml │ ├── report_detail.css │ ├── report_detail_print.css │ ├── report_detail_screen.css │ ├── style.css │ ├── writestatic.php │ ├── zreport.sublime-project │ └── zreport.sublime-workspace ├── proxyRequest.php ├── pythonexamples ├── addGoogleReaderStarred.py ├── createanddeleteitem.py ├── createmanyitems.py ├── interactive.py ├── itemkeys.py ├── oauthExchange.py ├── recentitems.py ├── uploadattachment.py └── uploadpatch.py ├── readme.md └── test ├── config.php ├── data ├── apiv1 │ ├── allCollections │ ├── bookCreatorTypes │ ├── bookItemFields │ ├── bookTemplate │ ├── childCollections │ ├── childItems │ ├── collectionItemsJsonBib │ ├── creatorFields │ ├── individualItemJson │ ├── itemFields │ ├── itemTypes │ ├── itemsTopInCollectionResponse │ ├── itemsTopResponse │ ├── singleCollection │ └── topItemsBibCitationCoins ├── apiv2 │ ├── allCollections │ ├── bookCreatorTypes │ ├── bookItemFields │ ├── bookTemplate │ ├── childCollections │ ├── childItems │ ├── collectionItemsJsonBib │ ├── creatorFields │ ├── individualItemJson │ ├── itemFields │ ├── itemTypes │ ├── itemsTopInCollectionResponse │ ├── itemsTopResponse │ ├── singleCollection │ ├── tagsresponse │ └── topItemsBibCitationCoins ├── collectionsjson.atom └── tagsjson.atom ├── php ├── FeedTest.php ├── ItemTest.php ├── ItemsCitationCoinsTest.php └── LibraryTest.php ├── phpv1 └── LibraryV1Test.php └── proxyRequest.php /.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/COPYING -------------------------------------------------------------------------------- /apidocs/php/Zend_Http/Response/_Response.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/Zend_Http/Response/_Response.php.html -------------------------------------------------------------------------------- /apidocs/php/Zend_Http/Response/libZotero_Http_Response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/Zend_Http/Response/libZotero_Http_Response.html -------------------------------------------------------------------------------- /apidocs/php/blank.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/blank.html -------------------------------------------------------------------------------- /apidocs/php/classtrees_Zend_Http.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/classtrees_Zend_Http.html -------------------------------------------------------------------------------- /apidocs/php/classtrees_default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/classtrees_default.html -------------------------------------------------------------------------------- /apidocs/php/classtrees_libZotero.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/classtrees_libZotero.html -------------------------------------------------------------------------------- /apidocs/php/default/Zotero_Accessor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/Zotero_Accessor.html -------------------------------------------------------------------------------- /apidocs/php/default/Zotero_Collection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/Zotero_Collection.html -------------------------------------------------------------------------------- /apidocs/php/default/Zotero_Collections.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/Zotero_Collections.html -------------------------------------------------------------------------------- /apidocs/php/default/Zotero_Creator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/Zotero_Creator.html -------------------------------------------------------------------------------- /apidocs/php/default/Zotero_Entry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/Zotero_Entry.html -------------------------------------------------------------------------------- /apidocs/php/default/Zotero_Exception.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/Zotero_Exception.html -------------------------------------------------------------------------------- /apidocs/php/default/Zotero_Feed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/Zotero_Feed.html -------------------------------------------------------------------------------- /apidocs/php/default/Zotero_Group.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/Zotero_Group.html -------------------------------------------------------------------------------- /apidocs/php/default/Zotero_Item.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/Zotero_Item.html -------------------------------------------------------------------------------- /apidocs/php/default/Zotero_Items.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/Zotero_Items.html -------------------------------------------------------------------------------- /apidocs/php/default/Zotero_Library.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/Zotero_Library.html -------------------------------------------------------------------------------- /apidocs/php/default/Zotero_Mappings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/Zotero_Mappings.html -------------------------------------------------------------------------------- /apidocs/php/default/Zotero_Tag.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/Zotero_Tag.html -------------------------------------------------------------------------------- /apidocs/php/default/Zotero_User.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/Zotero_User.html -------------------------------------------------------------------------------- /apidocs/php/default/_Accessor.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/_Accessor.php.html -------------------------------------------------------------------------------- /apidocs/php/default/_Collection.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/_Collection.php.html -------------------------------------------------------------------------------- /apidocs/php/default/_Collections.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/_Collections.php.html -------------------------------------------------------------------------------- /apidocs/php/default/_Creator.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/_Creator.php.html -------------------------------------------------------------------------------- /apidocs/php/default/_Entry.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/_Entry.php.html -------------------------------------------------------------------------------- /apidocs/php/default/_Feed.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/_Feed.php.html -------------------------------------------------------------------------------- /apidocs/php/default/_Group.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/_Group.php.html -------------------------------------------------------------------------------- /apidocs/php/default/_Item.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/_Item.php.html -------------------------------------------------------------------------------- /apidocs/php/default/_Items.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/_Items.php.html -------------------------------------------------------------------------------- /apidocs/php/default/_Library.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/_Library.php.html -------------------------------------------------------------------------------- /apidocs/php/default/_Mappings.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/_Mappings.php.html -------------------------------------------------------------------------------- /apidocs/php/default/_Tag.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/_Tag.php.html -------------------------------------------------------------------------------- /apidocs/php/default/_User.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/_User.php.html -------------------------------------------------------------------------------- /apidocs/php/default/_Zotero_Exception.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/default/_Zotero_Exception.php.html -------------------------------------------------------------------------------- /apidocs/php/elementindex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/elementindex.html -------------------------------------------------------------------------------- /apidocs/php/elementindex_Zend_Http.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/elementindex_Zend_Http.html -------------------------------------------------------------------------------- /apidocs/php/elementindex_default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/elementindex_default.html -------------------------------------------------------------------------------- /apidocs/php/elementindex_libZotero.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/elementindex_libZotero.html -------------------------------------------------------------------------------- /apidocs/php/errors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/errors.html -------------------------------------------------------------------------------- /apidocs/php/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/index.html -------------------------------------------------------------------------------- /apidocs/php/li_Zend_Http.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/li_Zend_Http.html -------------------------------------------------------------------------------- /apidocs/php/li_default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/li_default.html -------------------------------------------------------------------------------- /apidocs/php/li_libZotero.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/li_libZotero.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/Zotero_Accessor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/Zotero_Accessor.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/Zotero_Collection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/Zotero_Collection.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/Zotero_Collections.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/Zotero_Collections.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/Zotero_Creator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/Zotero_Creator.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/Zotero_Entry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/Zotero_Entry.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/Zotero_Exception.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/Zotero_Exception.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/Zotero_Feed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/Zotero_Feed.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/Zotero_Group.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/Zotero_Group.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/Zotero_Item.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/Zotero_Item.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/Zotero_Items.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/Zotero_Items.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/Zotero_Library.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/Zotero_Library.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/Zotero_Mappings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/Zotero_Mappings.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/Zotero_Tag.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/Zotero_Tag.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/Zotero_User.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/Zotero_User.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/_Accessor.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/_Accessor.php.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/_Collection.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/_Collection.php.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/_Collections.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/_Collections.php.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/_Creator.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/_Creator.php.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/_Entry.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/_Entry.php.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/_Feed.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/_Feed.php.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/_Group.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/_Group.php.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/_Item.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/_Item.php.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/_Items.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/_Items.php.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/_Library.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/_Library.php.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/_Mappings.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/_Mappings.php.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/_Tag.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/_Tag.php.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/_User.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/_User.php.html -------------------------------------------------------------------------------- /apidocs/php/libZotero/_Zotero_Exception.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/libZotero/_Zotero_Exception.php.html -------------------------------------------------------------------------------- /apidocs/php/media/banner.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/media/banner.css -------------------------------------------------------------------------------- /apidocs/php/media/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/media/stylesheet.css -------------------------------------------------------------------------------- /apidocs/php/packages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/apidocs/php/packages.html -------------------------------------------------------------------------------- /config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/config.php -------------------------------------------------------------------------------- /lib/php/Apc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/lib/php/Apc.php -------------------------------------------------------------------------------- /lib/php/ApiObject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/lib/php/ApiObject.php -------------------------------------------------------------------------------- /lib/php/Cite.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/lib/php/Cite.php -------------------------------------------------------------------------------- /lib/php/Collection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/lib/php/Collection.php -------------------------------------------------------------------------------- /lib/php/Collections.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/lib/php/Collections.php -------------------------------------------------------------------------------- /lib/php/Creator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/lib/php/Creator.php -------------------------------------------------------------------------------- /lib/php/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fcheslack/libZotero/HEAD/lib/php/Exception.php -------------------------------------------------------------------------------- /lib/php/File.php: -------------------------------------------------------------------------------- 1 |