-
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
Apr 15, 2014
1 parent
2ccaeb0
commit d61cd1c
Showing
4 changed files
with
13 additions
and
13 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
12 changes: 6 additions & 6 deletions
12
...s/api/authorities.functions.getPlace.html → ...authorities.functions.getPlaceSearch.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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<h1><code ng:non-bindable="">getPlace</code> | ||
<h1><code ng:non-bindable="">getPlaceSearch</code> | ||
<div><span class="hint">functions in module <code ng:non-bindable="">authorities</code> | ||
</span> | ||
</div> | ||
</h1> | ||
<div><h2 id="description">Description</h2> | ||
<div class="description"><div class="authorities-functions-page authorities-functions-getplace-page"><p>Get the standardized place</p> | ||
<div class="description"><div class="authorities-functions-page authorities-functions-getplacesearch-page"><p>Get the standardized place</p> | ||
<ul> | ||
<li><code>getPlaces()</code> - get the array of <a href="#/api/authorities.types:constructor.Place">Places</a> from the response</li> | ||
</ul> | ||
<p><a href="https://familysearch.org/developers/docs/guides/authorities/place-authority">FamilySearch API Docs</a></p> | ||
<p><a href="http://jsfiddle.net/DallanQ/xrsAQ/">editable example</a></p> | ||
</div></div> | ||
<h2 id="usage">Usage</h2> | ||
<div class="usage"><pre class="prettyprint linenums">getPlace(place[, opts]);</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>place</td><td><a href="" class="label type-hint type-hint-string">String</a></td><td><div class="authorities-functions-page authorities-functions-getplace-page"><p>text to standardize</p> | ||
</div></td></tr><tr><td>opts <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-object">Object</a></td><td><div class="authorities-functions-page authorities-functions-getplace-page"><p>options to pass to the http function specified during init</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-object">Object</a></td><td><div class="authorities-functions-page authorities-functions-getplace-page"><p>promise for the response</p> | ||
<div class="usage"><pre class="prettyprint linenums">getPlaceSearch(place[, opts]);</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>place</td><td><a href="" class="label type-hint type-hint-string">String</a></td><td><div class="authorities-functions-page authorities-functions-getplacesearch-page"><p>text to standardize</p> | ||
</div></td></tr><tr><td>opts <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-object">Object</a></td><td><div class="authorities-functions-page authorities-functions-getplacesearch-page"><p>options to pass to the http function specified during init</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-object">Object</a></td><td><div class="authorities-functions-page authorities-functions-getplacesearch-page"><p>promise for the response</p> | ||
</div></td></tr></table></div> | ||
</div> |