Skip to content
Snippets Groups Projects
Commit 04dd23aa authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

README : exemple d'interrogation

parent 4307918a
Branches
No related tags found
No related merge requests found
# zotero-java-client # zotero-java-client
Client Java très basique (recherche uniquement) d'interrogation de l'API Zotero. 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment