opsgenie-python-sdk
opsgenie-python-sdk copied to clipboard
latest setuptools package in requirements has dependency of min 3.8+ which throws error when working on lower python version environments. ```RuntimeError: Python 3.8 or later is required``` ref - https://setuptools.pypa.io/en/stable/history.html
Tema sendo discutido em: https://github.com/opsgenie/opsgenie-python-sdk/issues/64
I noticed that this library has not been updated for some time, but I would like to add an important MR. The Incident response model does not provide for an...
just wondering 🤔
Hey, It seems that the Services API SDK is missing, any plans on adding it?. https://docs.opsgenie.com/docs/service-api And great work with the SDK! really useful and explanatory. Thanks,
Hello! It seems that getheader will be removed soon in urllib3 : opsgenie_sdk/rest.py:52: DeprecationWarning: HTTPResponse.getheader() is deprecated and will be removed in urllib3 v2.1.0. Instead use HTTPResponse.headers.get(name, default). return self.urllib3_response.getheader(name,...
In the documentation at https://github.com/opsgenie/opsgenie-python-sdk/blob/master/docs/Responder.md it offers the following:- ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **str** | |...
Hi there, It seems that the schedules API is missing from the python sdk, any plan for adding it? https://docs.opsgenie.com/docs/schedule-api EDIT: my use case is fetching on-call users
Dear Opsgenie, We are facing with an issue with the SDK. We use the version 2.0.3 You use an external package called "tenacity" In the requirements you declare it as...
I'm not seeing any clear way to make use of the rate limiting header information while using the SDK. Ideally, it would be nice to have the header values accessible...