matomo-org / matomo-org/piwik-dotnet-api

filter_limit and format not implemented

Open
#13 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.