Skip to content

UB-Dortmund/Middleware-HB-NG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


TU Dortmund Logo

UB Dortmund Logo


Middleware für die UA-Ruhr-Bibliographie

Bezug: hb_ng

Die Middleware stellt folgenden Endpoint zur Verfügung:

http://{host}:{port}/task

Dieser verarbeitet Multipart-Requests mit den Parametern:

file-{lfd. Nr.} : Publikationsliste, z.B. als Word- oder PDF-Datei
dataset-mods : MODS-Daten
dataset-csl : CSL-Daten (optional)
resource-{lfd. Nr.}-type : Document type einer Upload-Datei (z.B. Preprint, Postprint, Datensatz). (optional)
resource-{lfd. Nr.}-file : Die Datei für das Upload. (optional)
resource-{lfd. Nr.}-note : Bemerkungen zum Upload. (optional)

Beispiele mit cURL:

curl -X POST -F resource-0-file=@Beitrag.pdf -F resource-0-type=Preprint -F resource-0-note='Bla Blub Hmpf' -F dataset-mods=@TMP/book-example.mods.xml http://localhost:5220/new?uuid=0123456789-test

curl -X POST -F file-0=@TMP/liste.docx http://localhost:5220/task

Kontakt

data@ubdo - Datenplattform der Universitätsbibliothek Dortmund

Technische Universität Dortmund // Universitätsbibliothek // Bibliotheks-IT // Vogelpothsweg 76 // 44227 Dortmund

Webseite // E-Mail


Creative Commons License

This work is licensed under a Creative Commons Attribution 4.0 International License (CC BY 4.0)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages