From faa400f44ee9597922a1477f45a97b5ed3e348d6 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 19 Apr 2016 00:38:40 +0200 Subject: [PATCH] user_agents api endpoint --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7dec519..4f10356 100644 --- a/README.rst +++ b/README.rst @@ -103,7 +103,9 @@ Each plugin also has it's own log file for things outside of the common wakatime * **Vscode** logs to the developer console (Help -> Toggle Developer Tools) * **Xcode** type ``sudo tail -f /var/log/system.log`` in a Terminal to view Xcode errors -Check that heartbeats are received by the WakaTime api with the ``last_heartbeat`` and ``last_plugin`` attributes from the `current user `_ api resource. Saving a file forces a heartbeat to be sent. +Check that heartbeats are received by the WakaTime api with the ``last_heartbeat`` and ``last_plugin`` attributes from the `current user `_ api resource. +You can also see a list of all your plugins and when they were last seen by the api with the `user_agents `_ api endpoint. +Saving a file forces a heartbeat to be sent. Contributing