Skip to content

Commit

Permalink
Merge pull request #300 from XeroAPI/app_store
Browse files Browse the repository at this point in the history
App store endpoints
  • Loading branch information
rdemarco-xero authored Aug 6, 2021
2 parents 18d9d3d + 3745e32 commit 04d1c50
Show file tree
Hide file tree
Showing 27 changed files with 3,300 additions and 344 deletions.
569 changes: 560 additions & 9 deletions docs/v4/accounting/index.html

Large diffs are not rendered by default.

22 changes: 21 additions & 1 deletion docs/v4/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@
<nav id="scrollingNav">
<ul class="sidenav nav nav-list">
<li class="nav-header" data-group="Asset"><strong>SDK: </strong><span id='sdk-name'></span></li>
<li class="nav-header" data-group="Asset"><strong>VSN: </strong>4.11.1</li>
<li class="nav-header" data-group="Asset"><strong>VSN: </strong>4.12.0</li>
<li class="nav-header" data-group="Asset"><a href="#api-Asset">Methods</a></li>
<li data-group="Asset" data-name="createAsset" class="">
<a href="#api-Asset-createAsset">createAsset</a>
Expand Down Expand Up @@ -1749,6 +1749,11 @@ <h3>Usage and SDK Samples</h3>
<h2>Scopes</h2>
<table>

<tr>
<td>assets</td>
<td>Grant read-write access to fixed assets</td>
</tr>

<tr>
<td>assets.read</td>
<td>Grant read-only access to fixed assets</td>
Expand Down Expand Up @@ -1874,6 +1879,11 @@ <h3>Usage and SDK Samples</h3>
<h2>Scopes</h2>
<table>

<tr>
<td>assets</td>
<td>Grant read-write access to fixed assets</td>
</tr>

<tr>
<td>assets.read</td>
<td>Grant read-only access to fixed assets</td>
Expand Down Expand Up @@ -1966,6 +1976,11 @@ <h3>Usage and SDK Samples</h3>
<h2>Scopes</h2>
<table>

<tr>
<td>assets</td>
<td>Grant read-write access to fixed assets</td>
</tr>

<tr>
<td>assets.read</td>
<td>Grant read-only access to fixed assets</td>
Expand Down Expand Up @@ -2064,6 +2079,11 @@ <h3>Usage and SDK Samples</h3>
<h2>Scopes</h2>
<table>

<tr>
<td>assets</td>
<td>Grant read-write access to fixed assets</td>
</tr>

<tr>
<td>assets.read</td>
<td>Grant read-only access to fixed assets</td>
Expand Down
42 changes: 41 additions & 1 deletion docs/v4/files/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@
<nav id="scrollingNav">
<ul class="sidenav nav nav-list">
<li class="nav-header" data-group="Files"><strong>SDK: </strong><span id='sdk-name'></span></li>
<li class="nav-header" data-group="Files"><strong>VSN: </strong>4.11.1</li>
<li class="nav-header" data-group="Files"><strong>VSN: </strong>4.12.0</li>
<li class="nav-header" data-group="Files"><a href="#api-Files">Methods</a></li>
<li data-group="Files" data-name="createFileAssociation" class="">
<a href="#api-Files-createFileAssociation">createFileAssociation</a>
Expand Down Expand Up @@ -1957,6 +1957,11 @@ <h3>Usage and SDK Samples</h3>
<h2>Scopes</h2>
<table>

<tr>
<td>files</td>
<td>Grant read-write access to files and folders</td>
</tr>

<tr>
<td>files.read</td>
<td>Grant read-only access to files and folders</td>
Expand Down Expand Up @@ -2083,6 +2088,11 @@ <h3>Usage and SDK Samples</h3>
<h2>Scopes</h2>
<table>

<tr>
<td>files</td>
<td>Grant read-write access to files and folders</td>
</tr>

<tr>
<td>files.read</td>
<td>Grant read-only access to files and folders</td>
Expand Down Expand Up @@ -2209,6 +2219,11 @@ <h3>Usage and SDK Samples</h3>
<h2>Scopes</h2>
<table>

<tr>
<td>files</td>
<td>Grant read-write access to files and folders</td>
</tr>

<tr>
<td>files.read</td>
<td>Grant read-only access to files and folders</td>
Expand Down Expand Up @@ -2335,6 +2350,11 @@ <h3>Usage and SDK Samples</h3>
<h2>Scopes</h2>
<table>

<tr>
<td>files</td>
<td>Grant read-write access to files and folders</td>
</tr>

<tr>
<td>files.read</td>
<td>Grant read-only access to files and folders</td>
Expand Down Expand Up @@ -2463,6 +2483,11 @@ <h3>Usage and SDK Samples</h3>
<h2>Scopes</h2>
<table>

<tr>
<td>files</td>
<td>Grant read-write access to files and folders</td>
</tr>

<tr>
<td>files.read</td>
<td>Grant read-only access to files and folders</td>
Expand Down Expand Up @@ -2623,6 +2648,11 @@ <h3>Usage and SDK Samples</h3>
<h2>Scopes</h2>
<table>

<tr>
<td>files</td>
<td>Grant read-write access to files and folders</td>
</tr>

<tr>
<td>files.read</td>
<td>Grant read-only access to files and folders</td>
Expand Down Expand Up @@ -2749,6 +2779,11 @@ <h3>Usage and SDK Samples</h3>
<h2>Scopes</h2>
<table>

<tr>
<td>files</td>
<td>Grant read-write access to files and folders</td>
</tr>

<tr>
<td>files.read</td>
<td>Grant read-only access to files and folders</td>
Expand Down Expand Up @@ -2868,6 +2903,11 @@ <h3>Usage and SDK Samples</h3>
<h2>Scopes</h2>
<table>

<tr>
<td>files</td>
<td>Grant read-write access to files and folders</td>
</tr>

<tr>
<td>files.read</td>
<td>Grant read-only access to files and folders</td>
Expand Down
Loading

0 comments on commit 04d1c50

Please sign in to comment.