diff --git a/app/views/gnd.scala.html b/app/views/gnd.scala.html index 5c120eb..dc1ad70 100644 --- a/app/views/gnd.scala.html +++ b/app/views/gnd.scala.html @@ -7,16 +7,16 @@
Dieser Dienst ermöglicht den Abgleich eigener Daten mit der Gemeinsamen Normdatei, insbesondere mit OpenRefine, einem nicht nur im Bibliotheksbereich weitverbreiteten Werkzeug. OpenRefine bietet zahlreiche Funktionalitäten zur Bereinigung und Transformation von Daten, sowie zum Abgleich (Reconciliation) mit externen Datenquellen und zur Anreicherung auf Basis der abgeglichenen Daten. Dieser Dienst stellt die GND als eine solche Datenquelle in OpenRefine bereit. Der Dienst kann zugleich auch in anderen Anwendungen verwendet werden, z. B. im Bibliotheksmanagementsystem Alma über Alma Refine (s. weitere Clients).
-Service-URL: @controllers.HomeController.config("host")@routes.Reconcile.reconcile()
Service-URL: @controllers.HomeController.config("host")
Service
- curl @controllers.HomeController.config("host")@routes.Reconcile.reconcile()
+ curl @controllers.HomeController.config("host")
JSONP-callback
- curl @controllers.HomeController.config("host")@routes.Reconcile.main("jsonp")
+ curl @controllers.HomeController.config("host")?callback=jsonp
CORS-header
- curl --head @controllers.HomeController.config("host")@routes.Reconcile.reconcile() | grep Access-Control-Allow-Origin
+ curl --head @controllers.HomeController.config("host") | grep Access-Control-Allow-Origin
Query: GET
+ /?queries={"q1":{"query":"Twain, Mark"}}
Query: POST
- curl --data 'queries={"q1":{"query":"Twain, Mark"}}' @controllers.HomeController.config("host")@routes.Reconcile.reconcile()
curl --data 'queries={"q1":{"query":"Twain, Mark"}}' @controllers.HomeController.config("host")
Query: GET (spec)
+ /?extend={"ids":["1081942517","4791358-7"],"properties":[{"id":"preferredName"},{"id":"firstAuthor"}]}
Extend: POST
- curl --data 'extend={"ids":["1081942517","4791358-7"],"properties":[{"id":"preferredName"},{"id":"firstAuthor"}]}' @controllers.HomeController.config("host")@routes.Reconcile.reconcile()
curl --data 'extend={"ids":["1081942517","4791358-7"],"properties":[{"id":"preferredName"},{"id":"firstAuthor"}]}' @controllers.HomeController.config("host")
}
diff --git a/conf/application.conf b/conf/application.conf
index 3f273ae..e251758 100644
--- a/conf/application.conf
+++ b/conf/application.conf
@@ -1,7 +1,7 @@
# This is the main configuration file for the application.
# https://www.playframework.com/documentation/latest/ConfigFile
-host : "https://lobid.org"
+host : "https://reconcile.lobid.org"
dontShowOnMainPage: ["1012979-0"]