comparison OrthancFramework/Sources/RestApi/RestApi.h @ 4412:68b96234fbd6

automated generation of the cheat sheet of the REST API, to be included in the Orthanc Book
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 28 Dec 2020 11:57:48 +0100
parents 80fd140b12ba
children d9473bd5ed43
comparison
equal deleted inserted replaced
4411:1d93700f5e23 4412:68b96234fbd6
68 68
69 void Register(const std::string& path, 69 void Register(const std::string& path,
70 RestApiDeleteCall::Handler handler); 70 RestApiDeleteCall::Handler handler);
71 71
72 void GenerateOpenApiDocumentation(Json::Value& target); 72 void GenerateOpenApiDocumentation(Json::Value& target);
73
74 void GenerateReStructuredTextCheatSheet(std::string& target,
75 const std::string& openApiUrl);
73 }; 76 };
74 } 77 }