-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Travis
committed
Sep 14, 2015
1 parent
ea650a3
commit dfbc465
Showing
7 changed files
with
143 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
2.0/partials/api/utilities.functions.getPendingModifications.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<h1><code ng:non-bindable="">getPendingModifications</code> | ||
<div><span class="hint">functions in module <code ng:non-bindable="">utilities</code> | ||
</span> | ||
</div> | ||
</h1> | ||
<div><h2 id="description">Description</h2> | ||
<div class="description"><div class="utilities-functions-page utilities-functions-getpendingmodifications-page"><p>Get a list of the pending modifications for the API. | ||
The response includes the following convenience function</p> | ||
<ul> | ||
<li><code>getPendingModifications()</code> - get an array of the pending modifications from the response</li> | ||
</ul> | ||
<p><a href="https://familysearch.org/developers/docs/api/tree/Pending_Modifications_resource">FamilySearch API Docs</a></p> | ||
</div></div> | ||
<h2 id="usage">Usage</h2> | ||
<div class="usage"><pre class="prettyprint linenums">getPendingModifications();</pre> | ||
<h4 id="usage_returns">Returns</h4><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-object">Object</a></td><td><div class="utilities-functions-page utilities-functions-getpendingmodifications-page"><p>Promise for the response</p> | ||
</div></td></tr></table></div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<h1><code ng:non-bindable="">getRedirectUrl</code> | ||
<div><span class="hint">functions in module <code ng:non-bindable="">utilities</code> | ||
</span> | ||
</div> | ||
</h1> | ||
<div><h2 id="description">Description</h2> | ||
<div class="description"><div class="utilities-functions-page utilities-functions-getredirecturl-page"><p><a href="https://familysearch.org/developers/docs/api/tree/Redirect_resource">FamilySearch API Docs</a></p> | ||
</div></div> | ||
<h2 id="usage">Usage</h2> | ||
<div class="usage"><pre class="prettyprint linenums">getRedirectUrl([params]);</pre> | ||
<h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>params <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-object">Object</a></td><td><div class="utilities-functions-page utilities-functions-getredirecturl-page"><p>context (details, memories, ordinances, or changes), or person (id), or uri (takes precedence)</p> | ||
</div></td></tr></tbody></table><h4 id="usage_returns">Returns</h4><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="utilities-functions-page utilities-functions-getredirecturl-page"><p>URL with access token that will redirect the user to the specified location</p> | ||
</div></td></tr></table></div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<h1><code ng:non-bindable=""></code> | ||
<div><span class="hint"></span> | ||
</div> | ||
</h1> | ||
<div><div class="utilities-page"><p>Utility functions</p> | ||
<p><a href="https://familysearch.org/developers/docs/api/resources#utilities">FamilySearch API Docs</a></p> | ||
</div></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.