matomo-org / matomo-org/piwik-dotnet-api
filter_limit and format not implemented
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 36
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in Piwik.Analytics/Modules/Actions.cs at the GetPageUrls implementation referenced by the issue. Check the Matomo API behavior for filter_limit and format, then update the request support so both parameters are available and verify that GetPageUrls can retrieve more than 100 results in the requested format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100