Skip to content

Commit 209919d

Browse files
committed
Add Items API V2
1 parent bb26ea0 commit 209919d

File tree

12 files changed

+170
-15
lines changed

12 files changed

+170
-15
lines changed

constructor_io/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
'''Version File'''
2-
__version__ = "1.4.4"
2+
__version__ = "1.5.0"

docs/.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: 02c59d6469d86979db751ab56baad2d8
3+
config: 2f0e6c04bb04670175ecb2183f9e8d6d
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_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: '1.4.4',
3+
VERSION: '1.5.0',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/constructor_io.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>constructor_io package &mdash; ConstructorIO Python 1.4.4 documentation</title>
7+
<title>constructor_io package &mdash; ConstructorIO Python 1.5.0 documentation</title>
88
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/css/custom.css" type="text/css" />

docs/constructor_io.modules.html

Lines changed: 132 additions & 4 deletions
Large diffs are not rendered by default.

docs/genindex.html

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Index &mdash; ConstructorIO Python 1.4.4 documentation</title>
6+
<title>Index &mdash; ConstructorIO Python 1.5.0 documentation</title>
77
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="_static/css/custom.css" type="text/css" />
@@ -70,6 +70,7 @@ <h1 id="index">Index</h1>
7070
<a href="#A"><strong>A</strong></a>
7171
| <a href="#B"><strong>B</strong></a>
7272
| <a href="#C"><strong>C</strong></a>
73+
| <a href="#D"><strong>D</strong></a>
7374
| <a href="#G"><strong>G</strong></a>
7475
| <a href="#M"><strong>M</strong></a>
7576
| <a href="#P"><strong>P</strong></a>
@@ -152,6 +153,22 @@ <h2 id="C">C</h2>
152153
</li>
153154
</ul></li>
154155
<li><a href="constructor_io.html#constructor_io.constructor_io.ConstructorIO">ConstructorIO (class in constructor_io.constructor_io)</a>
156+
</li>
157+
<li><a href="constructor_io.modules.html#constructor_io.modules.catalog.Catalog.create_or_replace_items">create_or_replace_items() (constructor_io.modules.catalog.Catalog method)</a>
158+
</li>
159+
<li><a href="constructor_io.modules.html#constructor_io.modules.catalog.Catalog.create_or_replace_variations">create_or_replace_variations() (constructor_io.modules.catalog.Catalog method)</a>
160+
</li>
161+
</ul></td>
162+
</tr></table>
163+
164+
<h2 id="D">D</h2>
165+
<table style="width: 100%" class="indextable genindextable"><tr>
166+
<td style="width: 33%; vertical-align: top;"><ul>
167+
<li><a href="constructor_io.modules.html#constructor_io.modules.catalog.Catalog.delete_items">delete_items() (constructor_io.modules.catalog.Catalog method)</a>
168+
</li>
169+
</ul></td>
170+
<td style="width: 33%; vertical-align: top;"><ul>
171+
<li><a href="constructor_io.modules.html#constructor_io.modules.catalog.Catalog.delete_variations">delete_variations() (constructor_io.modules.catalog.Catalog method)</a>
155172
</li>
156173
</ul></td>
157174
</tr></table>
@@ -223,10 +240,14 @@ <h2 id="R">R</h2>
223240
<table style="width: 100%" class="indextable genindextable"><tr>
224241
<td style="width: 33%; vertical-align: top;"><ul>
225242
<li><a href="constructor_io.modules.html#constructor_io.modules.recommendations.Recommendations">Recommendations (class in constructor_io.modules.recommendations)</a>
243+
</li>
244+
<li><a href="constructor_io.modules.html#constructor_io.modules.catalog.Catalog.replace_catalog">replace_catalog() (constructor_io.modules.catalog.Catalog method)</a>
226245
</li>
227246
</ul></td>
228247
<td style="width: 33%; vertical-align: top;"><ul>
229-
<li><a href="constructor_io.modules.html#constructor_io.modules.catalog.Catalog.replace_catalog">replace_catalog() (constructor_io.modules.catalog.Catalog method)</a>
248+
<li><a href="constructor_io.modules.html#constructor_io.modules.catalog.Catalog.retrieve_items">retrieve_items() (constructor_io.modules.catalog.Catalog method)</a>
249+
</li>
250+
<li><a href="constructor_io.modules.html#constructor_io.modules.catalog.Catalog.retrieve_variations">retrieve_variations() (constructor_io.modules.catalog.Catalog method)</a>
230251
</li>
231252
</ul></td>
232253
</tr></table>
@@ -255,6 +276,12 @@ <h2 id="U">U</h2>
255276
<table style="width: 100%" class="indextable genindextable"><tr>
256277
<td style="width: 33%; vertical-align: top;"><ul>
257278
<li><a href="constructor_io.modules.html#constructor_io.modules.catalog.Catalog.update_catalog">update_catalog() (constructor_io.modules.catalog.Catalog method)</a>
279+
</li>
280+
</ul></td>
281+
<td style="width: 33%; vertical-align: top;"><ul>
282+
<li><a href="constructor_io.modules.html#constructor_io.modules.catalog.Catalog.update_items">update_items() (constructor_io.modules.catalog.Catalog method)</a>
283+
</li>
284+
<li><a href="constructor_io.modules.html#constructor_io.modules.catalog.Catalog.update_variations">update_variations() (constructor_io.modules.catalog.Catalog method)</a>
258285
</li>
259286
</ul></td>
260287
</tr></table>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Welcome to ConstructorIO Python’s documentation! &mdash; ConstructorIO Python 1.4.4 documentation</title>
7+
<title>Welcome to ConstructorIO Python’s documentation! &mdash; ConstructorIO Python 1.5.0 documentation</title>
88
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/css/custom.css" type="text/css" />

docs/modules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>constructor_io &mdash; ConstructorIO Python 1.4.4 documentation</title>
7+
<title>constructor_io &mdash; ConstructorIO Python 1.5.0 documentation</title>
88
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/css/custom.css" type="text/css" />

docs/objects.inv

55 Bytes
Binary file not shown.

docs/py-modindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Python Module Index &mdash; ConstructorIO Python 1.4.4 documentation</title>
6+
<title>Python Module Index &mdash; ConstructorIO Python 1.5.0 documentation</title>
77
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="_static/css/custom.css" type="text/css" />

0 commit comments

Comments
 (0)