Giter VIP home page Giter VIP logo

piwik-dotnet-api's Introduction

Piwik C# Analytics API

This is the official C# implementation of the Piwik Analytics API.

Check the changelog to know which Piwik Analytics APIs are supported.

Usage

Two Visual Studio Solutions are provided :

Publishing the project to NuGet

Requirements

How-to

Using the command line

./publish.sh NEW_VERSION_NUMBER

Using hotshell

Enter the interactive menu with hs then activate publish new version menu entry.

piwik-dotnet-api's People

Contributors

cnascimento avatar fensterbank avatar julienmoumne avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

piwik-dotnet-api's Issues

passwordConfirmation for UsersManager.updateUser

Hello,

I'm just notifying that from version 3.8.0 of Matomo updating user is not working anymore because of:

https://developer.matomo.org/changelog

Breaking Changes
When changing the email address or the password through the UsersManager.updateUser API, a new parameter passwordConfirmation needs to be sent along with the request containing the current password of the user issuing the API request.

and since API is not using any credentials at all only token then IMHO is not usable in current state.

Adding new user using addUser is also needing new param: initialIdSite

- UsersManager.addUser (userLogin, password, email, alias = '', initialIdSite = '') [ No example available ]

Thanks

getPageUrl gives only summary of url not all URL's under the main URL

when using the API I am getting only the summary i.e. top level result not the detailed url's List. Am i missing anything. below is the code

var results = (ArrayList)actions.getPageUrls(
2,
PiwikPeriod.RANGE,
new AbsoluteRangeDate(new DateTime(2016, 07, 18), (new DateTime(2016, 07, 18)))
);

release version 0.3

As I am using the UsersManager module and prefer working with the NuGet package, I would be happy if current state is released as version 0.3 and the NuGet package updated.

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

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.