piwik-dotnet-api
piwik-dotnet-api copied to clipboard
filter_limit and format not implemented
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