Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V4 #28

Merged
merged 6 commits into from
Feb 4, 2020
Merged

V4 #28

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Bump version + rebuild docs for v4
  • Loading branch information
Deconstrained committed Feb 4, 2020
commit 526c67eac2381c839a0f64a33daa68534428f068
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ an API client, and should be performed separately by your application.
For further information on OAuth 2 authentication with PagerDuty, refer to the
official documentation:

* `OAuth 2 Functionality <https://v2.developer.pagerduty.com/docs/oauth-2-functionality>`
* `OAuth 2: PKCE Flow <https://v2.developer.pagerduty.com/docs/oauth-2-functionality-pkce>`
* `OAuth 2: Authorization Code Grant Flow <https://v2.developer.pagerduty.com/docs/oauth-2-functionality-client-secret>`
* `OAuth 2 Functionality <https://v2.developer.pagerduty.com/docs/oauth-2-functionality>`_
* `OAuth 2: PKCE Flow <https://v2.developer.pagerduty.com/docs/oauth-2-functionality-pkce>`_
* `OAuth 2: Authorization Code Grant Flow <https://v2.developer.pagerduty.com/docs/oauth-2-functionality-client-secret>`_

General Concepts
****************
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '3.2.1',
VERSION: '4.0',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
34 changes: 21 additions & 13 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Index &#8212; PagerDuty Python REST API Sessions 3.2.1 documentation</title>
<title>Index &#8212; PagerDuty Python REST API Sessions 4.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
Expand Down Expand Up @@ -55,15 +55,33 @@ <h2 id="A">A</h2>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#pdpyras.EventsAPISession.acknowledge">acknowledge() (pdpyras.EventsAPISession method)</a>
</li>
<li><a href="index.html#pdpyras.APISession.after_set_api_key">after_set_api_key() (pdpyras.APISession method)</a>

<ul>
<li><a href="index.html#pdpyras.PDSession.after_set_api_key">(pdpyras.PDSession method)</a>
</li>
</ul></li>
<li><a href="index.html#pdpyras.APISession.api_call_counts">api_call_counts (pdpyras.APISession attribute)</a>
</li>
<li><a href="index.html#pdpyras.PDSession.api_key">api_key() (pdpyras.PDSession property)</a>
</li>
<li><a href="index.html#pdpyras.PDSession.api_key_access">api_key_access() (pdpyras.PDSession property)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#pdpyras.APISession.api_time">api_time (pdpyras.APISession attribute)</a>
</li>
<li><a href="index.html#pdpyras.APISession">APISession (class in pdpyras)</a>
</li>
<li><a href="index.html#pdpyras.APISession.auth_header">auth_header() (pdpyras.APISession property)</a>

<ul>
<li><a href="index.html#pdpyras.EventsAPISession.auth_header">(pdpyras.EventsAPISession property)</a>
</li>
<li><a href="index.html#pdpyras.PDSession.auth_header">(pdpyras.PDSession property)</a>
</li>
</ul></li>
<li><a href="index.html#pdpyras.APISession.auth_type">auth_type() (pdpyras.APISession property)</a>
</li>
<li><a href="index.html#pdpyras.auto_json">auto_json() (in module pdpyras)</a>
</li>
Expand Down Expand Up @@ -213,18 +231,12 @@ <h2 id="S">S</h2>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#pdpyras.EventsAPISession.send_event">send_event() (pdpyras.EventsAPISession method)</a>
</li>
<li><a href="index.html#pdpyras.APISession.set_api_key">set_api_key() (pdpyras.APISession method)</a>

<ul>
<li><a href="index.html#pdpyras.EventsAPISession.set_api_key">(pdpyras.EventsAPISession method)</a>
<li><a href="index.html#pdpyras.PDSession.set_api_key">set_api_key() (pdpyras.PDSession method)</a>
</li>
<li><a href="index.html#pdpyras.PDSession.set_api_key">(pdpyras.PDSession method)</a>
<li><a href="index.html#pdpyras.PDSession.sleep_timer">sleep_timer (pdpyras.PDSession attribute)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#pdpyras.PDSession.sleep_timer">sleep_timer (pdpyras.PDSession attribute)</a>
</li>
<li><a href="index.html#pdpyras.PDSession.sleep_timer_base">sleep_timer_base (pdpyras.PDSession attribute)</a>
</li>
<li><a href="index.html#pdpyras.PDSession.stagger_cooldown">stagger_cooldown() (pdpyras.PDSession property)</a>
Expand Down Expand Up @@ -260,10 +272,6 @@ <h2 id="U">U</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#pdpyras.APISession.url">url (pdpyras.APISession attribute)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#pdpyras.PDSession.user_agent">user_agent() (pdpyras.PDSession property)</a>
</li>
</ul></td>
</tr></table>
Expand Down
Loading