matomo-org / piwik-dotnet-api

Official C# implementation of the Matomo Analytics API
GNU General Public License v3.0
36 stars 24 forks source link

Piwik C# Analytics API

This is the official C# implementation of the Piwik Analytics API.

Check the changelog to know which Piwik Analytics APIs are supported.

Usage

Two Visual Studio Solutions are provided :

Publishing the project to NuGet

Requirements

How-to

Using the command line

./publish.sh NEW_VERSION_NUMBER

Using hotshell

Enter the interactive menu with hs then activate publish new version menu entry.

License