Welcome to mirror list, hosted at ThFree Co, Russian Federation.

listAllAPI.tpl « templates « API « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68d51b66846eeb60b4c7cb52f439d0941e131b91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{assign var=showSitesSelection value=true}
{assign var=showPeriodSelection value=false}
{assign var=showMenu value=false}
{include file="CoreAdminHome/templates/header.tpl"}

<style>
{fetch file="plugins/API/templates/styles.css"}
</style>
<h2>{'API_QuickDocumentationTitle'|translate}</h2>
<p>{'API_PluginDescription'|translate}</p>

{if $isSuperUser}
	<p>{'API_GenerateVisits'|translate:'VisitorGenerator':'VisitorGenerator'}</p>
{/if}

<p><b>{'API_MoreInformation'|translate:"<a target='_blank' href='misc/redirectToUrl.php?url=http://dev.piwik.org/trac/wiki/API'>":"</a>":"<a target='_blank' href='misc/redirectToUrl.php?url=http://dev.piwik.org/trac/wiki/API/Reference'>":"</a>"}</b></p>

<h2>{'API_UserAuthentication'|translate}</h2>
<p>
{'API_UsingTokenAuth'|translate:'<b>':'</b>':"<u><code>&amp;token_auth=$token_auth</code></u>"}<br />
<span id='token_auth'>token_auth = <b>{$token_auth}</b></span><br />
{'API_KeepTokenSecret'|translate:'<b>':'</b>'}
<p><i>{'API_LoadedAPIs'|translate:$countLoadedAPI}</i></p>
{$list_api_methods_with_links}
<br />