diff OrthancFramework/Sources/RestApi/RestApiOutput.h @ 4399:80fd140b12ba

New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Dec 2020 12:21:03 +0100
parents 3af1d763763a
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancFramework/Sources/RestApi/RestApiOutput.h	Tue Dec 22 09:39:06 2020 +0100
+++ b/OrthancFramework/Sources/RestApi/RestApiOutput.h	Wed Dec 23 12:21:03 2020 +0100
@@ -32,10 +32,10 @@
   class RestApiOutput
   {
   private:
-    HttpOutput&  output_;
-    HttpMethod   method_;
-    bool         alreadySent_;
-    bool         convertJsonToXml_;
+    HttpOutput&           output_;
+    HttpMethod            method_;
+    bool                  alreadySent_;
+    bool                  convertJsonToXml_;
 
     void CheckStatus();