diff Framework/Toolbox/OrthancApiClient.h @ 553:92305ee35b1c dev

web-worker consequences: give access to lower level data
author Alain Mazy <alain@mazy.be>
date Wed, 03 Apr 2019 17:38:43 +0200
parents 3ae7563b4fe1
children f0008c55e5f7
line wrap: on
line diff
--- a/Framework/Toolbox/OrthancApiClient.h	Fri Mar 29 15:21:33 2019 +0100
+++ b/Framework/Toolbox/OrthancApiClient.h	Wed Apr 03 17:38:43 2019 +0200
@@ -163,6 +163,8 @@
     {
     }
 
+    const std::string& GetBaseUrl() const {return baseUrl_;}
+
     // schedule a GET request expecting a JSON response.
     void GetJsonAsync(const std::string& uri,
                       MessageHandler<JsonResponseReadyMessage>* successCallback,