Loading README.md +8 −1 Original line number Diff line number Diff line # zotero-java-client Client Java très basique (recherche uniquement) d'interrogation de l'API Zotero. ## Exemple ``` ZoteroLibrary lib = new ZoteroLibrary(fr.unicaen.pdncertic.zotero.ZoteroLibrary.LibraryType.groups, "427575"); List<fr.unicaen.pdncertic.zotero.ZoteroItem> items = fr.unicaen.pdncertic.zotero.ZoteroClient.search(lib, "medieval"); ``` No newline at end of file Loading
README.md +8 −1 Original line number Diff line number Diff line # zotero-java-client Client Java très basique (recherche uniquement) d'interrogation de l'API Zotero. ## Exemple ``` ZoteroLibrary lib = new ZoteroLibrary(fr.unicaen.pdncertic.zotero.ZoteroLibrary.LibraryType.groups, "427575"); List<fr.unicaen.pdncertic.zotero.ZoteroItem> items = fr.unicaen.pdncertic.zotero.ZoteroClient.search(lib, "medieval"); ``` No newline at end of file