= __("The Wavelog API (Application Programming Interface) lets third party systems access Wavelog in a controlled way. Access to the API is managed via API keys."); ?>
= __("You will need to generate an API key for each tool you wish to use (e.g. WLgate). Generate a read-write key if the application needs to send data to Wavelog. Generate a read-only key if the application only needs to obtain data from Wavelog."); ?>
= __("API URL"); ?> = __("The API URL for this Wavelog instance is"); ?>: " onClick='copyApiUrl()'>
= __("Info"); ?> = __("It's good practice to delete a key if you are no longer using the associated application."); ?>
num_rows() > 0) { ?>| = __("API Key"); ?> | = __("Description"); ?> | = __("Last Used"); ?> | = __("Permissions"); ?> | = __("Status"); ?> | = __("Actions"); ?> |
|---|---|---|---|---|---|
| key; ?> " onclick='copyApiKey("key; ?>")'> | description; ?> | last_used; ?> | rights == "rw") { echo "" . __("Read & Write") . ""; } elseif($row->rights == "r") { echo "" . __("Read-Only") . ""; } else { echo "" . __("Unknown") . ""; } ?> | status); ?> | = __("Edit"); ?> = __("Test"); ?> = __("Delete"); ?> |
= __("You have no API Keys."); ?>
= __("Create a read & write key"); ?> = __("Create a read-only key"); ?>