Skip to content

Commit cddb8cf

Browse files
committed
Support returnProperties and includedProperties parameters of ListItems and ListUsers. Send User-Agent HTTP header. Use POST for recomm requests.
1 parent 2fca809 commit cddb8cf

File tree

152 files changed

+1802
-390
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+1802
-390
lines changed

doc/AddBookmark.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1 class="page-title">Class: AddBookmark</h1>
2828

2929
<header>
3030

31-
<h2>AddBookmark</h2>
31+
<h2><span class="attribs"><span class="type-signature"></span></span>AddBookmark<span class="signature">(userId, itemId, optional)</span><span class="type-signature"></span></h2>
3232

3333
<div class="class-description">Adds a bookmark of a given item made by a given user.</div>
3434

@@ -44,7 +44,9 @@ <h2>AddBookmark</h2>
4444
<h2>Constructor</h2>
4545

4646

47+
4748
<h4 class="name" id="AddBookmark"><span class="type-signature"></span>new AddBookmark<span class="signature">(userId, itemId, optional)</span><span class="type-signature"></span></h4>
49+
4850

4951

5052

@@ -223,6 +225,8 @@ <h5>Parameters:</h5>
223225

224226

225227

228+
229+
226230

227231
</div>
228232

@@ -232,7 +236,9 @@ <h5>Parameters:</h5>
232236

233237

234238

235-
239+
240+
241+
236242

237243

238244

@@ -246,7 +252,9 @@ <h3 class="subsection-title">Methods</h3>
246252

247253

248254

255+
249256
<h4 class="name" id="bodyParameters"><span class="type-signature"></span>bodyParameters<span class="signature">()</span><span class="type-signature"> &rarr; {Object}</span></h4>
257+
250258

251259

252260

@@ -345,12 +353,16 @@ <h5>Returns:</h5>
345353

346354

347355

356+
357+
348358

349359

350360

351361

352362

363+
353364
<h4 class="name" id="queryParameters"><span class="type-signature"></span>queryParameters<span class="signature">()</span><span class="type-signature"> &rarr; {Object}</span></h4>
365+
354366

355367

356368

@@ -449,6 +461,8 @@ <h5>Returns:</h5>
449461

450462

451463

464+
465+
452466

453467

454468

@@ -471,7 +485,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddBookma
471485
<br class="clear">
472486

473487
<footer>
474-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon May 29 2017 19:22:20 GMT+0200 (CEST)
488+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.3</a> on Fri Aug 25 2017 15:01:57 GMT+0200 (CEST)
475489
</footer>
476490

477491
<script> prettyPrint(); </script>

doc/AddCartAddition.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1 class="page-title">Class: AddCartAddition</h1>
2828

2929
<header>
3030

31-
<h2>AddCartAddition</h2>
31+
<h2><span class="attribs"><span class="type-signature"></span></span>AddCartAddition<span class="signature">(userId, itemId, optional)</span><span class="type-signature"></span></h2>
3232

3333
<div class="class-description">Adds a cart addition of a given item made by a given user.</div>
3434

@@ -44,7 +44,9 @@ <h2>AddCartAddition</h2>
4444
<h2>Constructor</h2>
4545

4646

47+
4748
<h4 class="name" id="AddCartAddition"><span class="type-signature"></span>new AddCartAddition<span class="signature">(userId, itemId, optional)</span><span class="type-signature"></span></h4>
49+
4850

4951

5052

@@ -223,6 +225,8 @@ <h5>Parameters:</h5>
223225

224226

225227

228+
229+
226230

227231
</div>
228232

@@ -232,7 +236,9 @@ <h5>Parameters:</h5>
232236

233237

234238

235-
239+
240+
241+
236242

237243

238244

@@ -246,7 +252,9 @@ <h3 class="subsection-title">Methods</h3>
246252

247253

248254

255+
249256
<h4 class="name" id="bodyParameters"><span class="type-signature"></span>bodyParameters<span class="signature">()</span><span class="type-signature"> &rarr; {Object}</span></h4>
257+
250258

251259

252260

@@ -345,12 +353,16 @@ <h5>Returns:</h5>
345353

346354

347355

356+
357+
348358

349359

350360

351361

352362

363+
353364
<h4 class="name" id="queryParameters"><span class="type-signature"></span>queryParameters<span class="signature">()</span><span class="type-signature"> &rarr; {Object}</span></h4>
365+
354366

355367

356368

@@ -449,6 +461,8 @@ <h5>Returns:</h5>
449461

450462

451463

464+
465+
452466

453467

454468

@@ -471,7 +485,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddBookma
471485
<br class="clear">
472486

473487
<footer>
474-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon May 29 2017 19:22:20 GMT+0200 (CEST)
488+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.3</a> on Fri Aug 25 2017 15:01:57 GMT+0200 (CEST)
475489
</footer>
476490

477491
<script> prettyPrint(); </script>

doc/AddDetailView.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1 class="page-title">Class: AddDetailView</h1>
2828

2929
<header>
3030

31-
<h2>AddDetailView</h2>
31+
<h2><span class="attribs"><span class="type-signature"></span></span>AddDetailView<span class="signature">(userId, itemId, optional)</span><span class="type-signature"></span></h2>
3232

3333
<div class="class-description">Adds a detail view of a given item made by a given user.</div>
3434

@@ -44,7 +44,9 @@ <h2>AddDetailView</h2>
4444
<h2>Constructor</h2>
4545

4646

47+
4748
<h4 class="name" id="AddDetailView"><span class="type-signature"></span>new AddDetailView<span class="signature">(userId, itemId, optional)</span><span class="type-signature"></span></h4>
49+
4850

4951

5052

@@ -226,6 +228,8 @@ <h5>Parameters:</h5>
226228

227229

228230

231+
232+
229233

230234
</div>
231235

@@ -235,7 +239,9 @@ <h5>Parameters:</h5>
235239

236240

237241

238-
242+
243+
244+
239245

240246

241247

@@ -249,7 +255,9 @@ <h3 class="subsection-title">Methods</h3>
249255

250256

251257

258+
252259
<h4 class="name" id="bodyParameters"><span class="type-signature"></span>bodyParameters<span class="signature">()</span><span class="type-signature"> &rarr; {Object}</span></h4>
260+
253261

254262

255263

@@ -348,12 +356,16 @@ <h5>Returns:</h5>
348356

349357

350358

359+
360+
351361

352362

353363

354364

355365

366+
356367
<h4 class="name" id="queryParameters"><span class="type-signature"></span>queryParameters<span class="signature">()</span><span class="type-signature"> &rarr; {Object}</span></h4>
368+
357369

358370

359371

@@ -452,6 +464,8 @@ <h5>Returns:</h5>
452464

453465

454466

467+
468+
455469

456470

457471

@@ -474,7 +488,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddBookma
474488
<br class="clear">
475489

476490
<footer>
477-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon May 29 2017 19:22:20 GMT+0200 (CEST)
491+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.3</a> on Fri Aug 25 2017 15:01:57 GMT+0200 (CEST)
478492
</footer>
479493

480494
<script> prettyPrint(); </script>

doc/AddGroup.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1 class="page-title">Class: AddGroup</h1>
2828

2929
<header>
3030

31-
<h2>AddGroup</h2>
31+
<h2><span class="attribs"><span class="type-signature"></span></span>AddGroup<span class="signature">(groupId)</span><span class="type-signature"></span></h2>
3232

3333
<div class="class-description">Creates new group in the database.</div>
3434

@@ -44,7 +44,9 @@ <h2>AddGroup</h2>
4444
<h2>Constructor</h2>
4545

4646

47+
4748
<h4 class="name" id="AddGroup"><span class="type-signature"></span>new AddGroup<span class="signature">(groupId)</span><span class="type-signature"></span></h4>
49+
4850

4951

5052

@@ -170,6 +172,8 @@ <h5>Parameters:</h5>
170172

171173

172174

175+
176+
173177

174178
</div>
175179

@@ -179,7 +183,9 @@ <h5>Parameters:</h5>
179183

180184

181185

182-
186+
187+
188+
183189

184190

185191

@@ -193,7 +199,9 @@ <h3 class="subsection-title">Methods</h3>
193199

194200

195201

202+
196203
<h4 class="name" id="bodyParameters"><span class="type-signature"></span>bodyParameters<span class="signature">()</span><span class="type-signature"> &rarr; {Object}</span></h4>
204+
197205

198206

199207

@@ -292,12 +300,16 @@ <h5>Returns:</h5>
292300

293301

294302

303+
304+
295305

296306

297307

298308

299309

310+
300311
<h4 class="name" id="queryParameters"><span class="type-signature"></span>queryParameters<span class="signature">()</span><span class="type-signature"> &rarr; {Object}</span></h4>
312+
301313

302314

303315

@@ -396,6 +408,8 @@ <h5>Returns:</h5>
396408

397409

398410

411+
412+
399413

400414

401415

@@ -418,7 +432,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddBookma
418432
<br class="clear">
419433

420434
<footer>
421-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon May 29 2017 19:22:20 GMT+0200 (CEST)
435+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.3</a> on Fri Aug 25 2017 15:01:57 GMT+0200 (CEST)
422436
</footer>
423437

424438
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)