Skip to content

Commit 9c706e9

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.2...v2.1.0) (2019-03-29) ### Features * **apiclient:** review useragent support ([4b4d9a7](4b4d9a7))
1 parent 4b4d9a7 commit 9c706e9

29 files changed

+207
-130
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.1.0](https://github.com/hexonet/python-sdk/compare/v2.0.2...v2.1.0) (2019-03-29)
2+
3+
4+
### Features
5+
6+
* **apiclient:** review useragent support ([4b4d9a7](https://github.com/hexonet/python-sdk/commit/4b4d9a7))
7+
18
## [2.0.2](https://github.com/hexonet/python-sdk/compare/v2.0.1...v2.0.2) (2019-03-06)
29

310

2.75 KB
Binary file not shown.
1.86 KB
Binary file not shown.
-2 Bytes
Binary file not shown.
2.43 KB
Binary file not shown.

docs/_build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: f1a5338c3e4f4af1c116b6f859bb7127
3+
config: ab73f825b8ff1dbbbade76e74313f3a5
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_build/html/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '2.0',
3+
VERSION: '2.1',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
FILE_SUFFIX: '.html',

docs/_build/html/api.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link rel="stylesheet" type="text/css" href="_static/css/bootstrap-theme.min.css" />
1616
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1717

18-
<title>SDK Documentation &#8212; hexonet.apiconnector 2.0 documentation</title>
18+
<title>SDK Documentation &#8212; hexonet.apiconnector 2.1 documentation</title>
1919
<link rel="stylesheet" href="_static/guzzle.css" type="text/css" />
2020
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
2121
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -47,7 +47,7 @@ <h3>Navigation</h3>
4747
<li class="right" >
4848
<a href="config.html" title="Configuration Handling"
4949
accesskey="P">previous</a> |</li>
50-
<li class="nav-item nav-item-0"><a href="index.html">hexonet.apiconnector 2.0 documentation</a> &#187;</li>
50+
<li class="nav-item nav-item-0"><a href="index.html">hexonet.apiconnector 2.1 documentation</a> &#187;</li>
5151
</ul>
5252
</div>
5353
<div class="container-wrapper">
@@ -57,7 +57,7 @@ <h3>Navigation</h3>
5757
</div>
5858
<div id="left-column">
5959
<div class="sphinxsidebar"><a href="
60-
index.html" class="text-logo">hexonet.apiconnector 2.0.2</a>
60+
index.html" class="text-logo">hexonet.apiconnector 2.1.0</a>
6161
<div class="sidebar-block">
6262
<div class="sidebar-wrapper">
6363
<h2>Table Of Contents</h2>
@@ -82,7 +82,8 @@ <h2>Table Of Contents</h2>
8282
<ul>
8383
<li class="toctree-l1"><a class="reference internal" href="upgrading.html">Upgrading to Newer Releases</a></li>
8484
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a></li>
85-
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id8">2.0.0 (2018-10-31)</a></li>
85+
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id3">2.1.0 (2019-03-29)</a></li>
86+
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id10">2.0.0 (2018-10-31)</a></li>
8687
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a></li>
8788
<li class="toctree-l1"><a class="reference internal" href="developmentguide.html">Development Guide</a></li>
8889
<li class="toctree-l1"><a class="reference internal" href="license.html">License</a></li>
@@ -198,7 +199,7 @@ <h3>Navigation</h3>
198199
<li class="right" >
199200
<a href="config.html" title="Configuration Handling"
200201
>previous</a> |</li>
201-
<li class="nav-item nav-item-0"><a href="index.html">hexonet.apiconnector 2.0 documentation</a> &#187;</li>
202+
<li class="nav-item nav-item-0"><a href="index.html">hexonet.apiconnector 2.1 documentation</a> &#187;</li>
202203
</ul>
203204
</div>
204205
<script type="text/javascript">

docs/_build/html/api/hexonet.apiconnector.html

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link rel="stylesheet" type="text/css" href="../_static/css/bootstrap-theme.min.css" />
1616
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1717

18-
<title>hexonet.apiconnector package &#8212; hexonet.apiconnector 2.0 documentation</title>
18+
<title>hexonet.apiconnector package &#8212; hexonet.apiconnector 2.1 documentation</title>
1919
<link rel="stylesheet" href="../_static/guzzle.css" type="text/css" />
2020
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
2121
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
@@ -47,7 +47,7 @@ <h3>Navigation</h3>
4747
<li class="right" >
4848
<a href="hexonet.html" title="hexonet package"
4949
accesskey="P">previous</a> |</li>
50-
<li class="nav-item nav-item-0"><a href="../index.html">hexonet.apiconnector 2.0 documentation</a> &#187;</li>
50+
<li class="nav-item nav-item-0"><a href="../index.html">hexonet.apiconnector 2.1 documentation</a> &#187;</li>
5151
<li class="nav-item nav-item-1"><a href="../api.html" >SDK Documentation</a> &#187;</li>
5252
<li class="nav-item nav-item-2"><a href="hexonet.html" accesskey="U">hexonet package</a> &#187;</li>
5353
</ul>
@@ -59,7 +59,7 @@ <h3>Navigation</h3>
5959
</div>
6060
<div id="left-column">
6161
<div class="sphinxsidebar"><a href="
62-
../index.html" class="text-logo">hexonet.apiconnector 2.0.2</a>
62+
../index.html" class="text-logo">hexonet.apiconnector 2.1.0</a>
6363
<div class="sidebar-block">
6464
<div class="sidebar-wrapper">
6565
<h2>Table Of Contents</h2>
@@ -84,7 +84,8 @@ <h2>Table Of Contents</h2>
8484
<ul>
8585
<li class="toctree-l1"><a class="reference internal" href="../upgrading.html">Upgrading to Newer Releases</a></li>
8686
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
87-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id8">2.0.0 (2018-10-31)</a></li>
87+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id3">2.1.0 (2019-03-29)</a></li>
88+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id10">2.0.0 (2018-10-31)</a></li>
8889
<li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributing</a></li>
8990
<li class="toctree-l1"><a class="reference internal" href="../developmentguide.html">Development Guide</a></li>
9091
<li class="toctree-l1"><a class="reference internal" href="../license.html">License</a></li>
@@ -201,6 +202,12 @@ <h3>hexonet.apiconnector.apiclient<a class="headerlink" href="#hexonet-apiconnec
201202
<dd><p>Get the API connection url that is currently set</p>
202203
</dd></dl>
203204

205+
<dl class="method">
206+
<dt id="hexonet.apiconnector.apiclient.APIClient.getUserAgent">
207+
<code class="descname">getUserAgent</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#hexonet.apiconnector.apiclient.APIClient.getUserAgent" title="Permalink to this definition"></a></dt>
208+
<dd><p>Get the User Agent</p>
209+
</dd></dl>
210+
204211
<dl class="method">
205212
<dt id="hexonet.apiconnector.apiclient.APIClient.getVersion">
206213
<code class="descname">getVersion</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#hexonet.apiconnector.apiclient.APIClient.getVersion" title="Permalink to this definition"></a></dt>
@@ -301,6 +308,12 @@ <h3>hexonet.apiconnector.apiclient<a class="headerlink" href="#hexonet-apiconnec
301308
<dd><p>Set another connection url to be used for API communication</p>
302309
</dd></dl>
303310

311+
<dl class="method">
312+
<dt id="hexonet.apiconnector.apiclient.APIClient.setUserAgent">
313+
<code class="descname">setUserAgent</code><span class="sig-paren">(</span><em>pid</em>, <em>rv</em><span class="sig-paren">)</span><a class="headerlink" href="#hexonet.apiconnector.apiclient.APIClient.setUserAgent" title="Permalink to this definition"></a></dt>
314+
<dd><p>Possibility to customize default user agent to fit your needs by given string and revision</p>
315+
</dd></dl>
316+
304317
<dl class="method">
305318
<dt id="hexonet.apiconnector.apiclient.APIClient.setUserView">
306319
<code class="descname">setUserView</code><span class="sig-paren">(</span><em>uid</em><span class="sig-paren">)</span><a class="headerlink" href="#hexonet.apiconnector.apiclient.APIClient.setUserView" title="Permalink to this definition"></a></dt>
@@ -818,7 +831,7 @@ <h3>Navigation</h3>
818831
<li class="right" >
819832
<a href="hexonet.html" title="hexonet package"
820833
>previous</a> |</li>
821-
<li class="nav-item nav-item-0"><a href="../index.html">hexonet.apiconnector 2.0 documentation</a> &#187;</li>
834+
<li class="nav-item nav-item-0"><a href="../index.html">hexonet.apiconnector 2.1 documentation</a> &#187;</li>
822835
<li class="nav-item nav-item-1"><a href="../api.html" >SDK Documentation</a> &#187;</li>
823836
<li class="nav-item nav-item-2"><a href="hexonet.html" >hexonet package</a> &#187;</li>
824837
</ul>

docs/_build/html/api/hexonet.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link rel="stylesheet" type="text/css" href="../_static/css/bootstrap-theme.min.css" />
1616
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1717

18-
<title>hexonet package &#8212; hexonet.apiconnector 2.0 documentation</title>
18+
<title>hexonet package &#8212; hexonet.apiconnector 2.1 documentation</title>
1919
<link rel="stylesheet" href="../_static/guzzle.css" type="text/css" />
2020
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
2121
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
@@ -47,7 +47,7 @@ <h3>Navigation</h3>
4747
<li class="right" >
4848
<a href="../api.html" title="SDK Documentation"
4949
accesskey="P">previous</a> |</li>
50-
<li class="nav-item nav-item-0"><a href="../index.html">hexonet.apiconnector 2.0 documentation</a> &#187;</li>
50+
<li class="nav-item nav-item-0"><a href="../index.html">hexonet.apiconnector 2.1 documentation</a> &#187;</li>
5151
<li class="nav-item nav-item-1"><a href="../api.html" accesskey="U">SDK Documentation</a> &#187;</li>
5252
</ul>
5353
</div>
@@ -58,7 +58,7 @@ <h3>Navigation</h3>
5858
</div>
5959
<div id="left-column">
6060
<div class="sphinxsidebar"><a href="
61-
../index.html" class="text-logo">hexonet.apiconnector 2.0.2</a>
61+
../index.html" class="text-logo">hexonet.apiconnector 2.1.0</a>
6262
<div class="sidebar-block">
6363
<div class="sidebar-wrapper">
6464
<h2>Table Of Contents</h2>
@@ -83,7 +83,8 @@ <h2>Table Of Contents</h2>
8383
<ul>
8484
<li class="toctree-l1"><a class="reference internal" href="../upgrading.html">Upgrading to Newer Releases</a></li>
8585
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
86-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id8">2.0.0 (2018-10-31)</a></li>
86+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id3">2.1.0 (2019-03-29)</a></li>
87+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id10">2.0.0 (2018-10-31)</a></li>
8788
<li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributing</a></li>
8889
<li class="toctree-l1"><a class="reference internal" href="../developmentguide.html">Development Guide</a></li>
8990
<li class="toctree-l1"><a class="reference internal" href="../license.html">License</a></li>
@@ -196,7 +197,7 @@ <h3>Navigation</h3>
196197
<li class="right" >
197198
<a href="../api.html" title="SDK Documentation"
198199
>previous</a> |</li>
199-
<li class="nav-item nav-item-0"><a href="../index.html">hexonet.apiconnector 2.0 documentation</a> &#187;</li>
200+
<li class="nav-item nav-item-0"><a href="../index.html">hexonet.apiconnector 2.1 documentation</a> &#187;</li>
200201
<li class="nav-item nav-item-1"><a href="../api.html" >SDK Documentation</a> &#187;</li>
201202
</ul>
202203
</div>

0 commit comments

Comments
 (0)