From 3189d025e929f726f3fc60f2ab42c6d151f81d20 Mon Sep 17 00:00:00 2001 From: "M.Hamza Khan" Date: Wed, 6 Nov 2019 17:30:28 +0300 Subject: [PATCH] updated the mustache file for issue #25 and PR #26 --- templates/common_README.mustache | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/common_README.mustache b/templates/common_README.mustache index d8e9f94..135f4b7 100755 --- a/templates/common_README.mustache +++ b/templates/common_README.mustache @@ -19,6 +19,11 @@ except ApiException as e: print("Exception when calling {{classname}}->{{operationId}}: %s\n" % e) {{/-first}}{{/operation}}{{/operations}}{{/-first}}{{/apis}}{{/apiInfo}} ``` +Note: if you have an european account please set attribute 'host' + +``` +configuration.host = 'https://api.eu.opsgenie.com' +``` ## Documentation for API Endpoints