Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

README.md

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    zotero-java-client

    Client Java très basique (recherche uniquement) d'interrogation de l'API Zotero.

    Compilation & installation locale

    mvn package
    mvn install

    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");