Skip to content

Commit

Permalink
updated the mustache file for issue #25 and PR #26
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamzak008 committed Nov 6, 2019
1 parent f57b5c6 commit 3189d02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/common_README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3189d02

Please sign in to comment.