You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ Piwik Java Tracker
4
4
5
5
Java implementation of the [Piwik Tracking HTTP API](http://developer.piwik.org/api-reference/tracking-api).
6
6
7
+
## Javadoc
8
+
The Javadoc for this project is hosted as a Github page for this repo. The latest Javadoc can be found [here](http://piwik.github.io/piwik-java-tracker/javadoc/1.0.0/index.html).
9
+
7
10
## Using this API
8
11
### Create a Request
9
12
Each PiwikRequest represents an action the user has taken that you want tracked by your Piwik server. Create a PiwikRequest through
0 commit comments