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

in sendRequest<T>, parameter PHP not supported by the API #14

Open TTGeek2 opened 2 years ago

TTGeek2 commented 2 years ago

When sending request to server, PHP is hardcoded into the query string. That parameter value is not supported by the API.

This is a showstopper for me and i will produce my own code for integration to the REST API. Leaving this comment here to warn others.