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

filter_limit and format not implemented #13

Open TTGeek2 opened 2 years ago

TTGeek2 commented 2 years ago

I need to get more than 100 results. The API says there is a way by setting filter_limit, but this implementation of GetPageUrls does not allow for that, from what i can see. Allso, there's a format parameter that is not implemented.

https://github.com/matomo-org/piwik-dotnet-api/blob/495e1466e569cc15ea06f8ecdd8505a83a6afd5e/Piwik.Analytics/Modules/Actions.cs#L53