diff --git a/application/views/api/index.php b/application/views/api/index.php index c29a6e2c1..1807724e9 100644 --- a/application/views/api/index.php +++ b/application/views/api/index.php @@ -10,6 +10,12 @@
= __("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."); ?>
+= __("Links to 3rd-Party-Software which works with 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."); ?>
@@ -94,4 +100,4 @@