Skip to main content

Python bindings for Opsgenie API

Project description

opsgenie-python-api

Low-level Python bindings for Opsgenie API.

This is a Opsgenie API client library to simplify the interaction with Opsgenie.

Opsgenie API documentation can be found at https://docs.opsgenie.com/docs/

Installation

Install current reelase by pip

pip install opsgenie-python-api

Getting Started

You need an API token for communicating with tempo REST APIs.

from opsgenie import client

schedulesApi = SchedulesApi(auth_token='<your_api_auth_token>)

schedules = self.schedulesapi.get_schedules()
print(schedules)

Contributing

Contribution is welcome. See CONTRIBUTING.md for more details.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

opsgenie-python-api-0.1.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

opsgenie_python_api-0.1-py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page