piwik-ruby-api icon indicating copy to clipboard operation
piwik-ruby-api copied to clipboard

A complete client for the Piwik API

Results 7 piwik-ruby-api issues
Sort by recently updated
recently updated
newest added

Could you please release the current code to a new version so that we can update our systems as well.

For example, Piwik::Referers.getKeywords will normally return an array of hashes if the site has multiple keywords. However, if the site is new and has a single keyword, won't return a...

This line of code: data = Piwik::SEO.getRank('http://....') throws this error: /../../gems/autometal-piwik-1.0.3/lib/piwik/base.rb:146:in `call': undefined method`merge!' for "http://.....":String (NoMethodError) from /../../gems/ruby-2.1.2/gems/autometal-piwik-1.0.3/lib/piwik/api_module.rb:60:in `handle_api_call' from /../../gems/ruby-2.1.2/gems/autometal-piwik-1.0.3/lib/piwik/api_module.rb:16:in `method_missing'

It is impossible to get image from ImageGraph.get() method because API call return image eg. http://demo.piwik.org/?module=API&method=ImageGraph.get&idSite=7&period=day&date=today&apiModule=UserCountry&apiAction=getCountry&outputType=0&showLegend=1&fontSize=9&aliasedGraph=1&textColor=222222&backgroundColor=FFFFFF&gridColor=CCCCCC&legendAppendMetric=1&format=JSON&token_auth=anonymous but ApiModule.api_call returns [] if it is not string nor hash. However, if it...

### Description: Fixed gem work with new version matomo, changed the API call from `get` to `post`

### Description: Please include a description of this change and which issue it fixes. If no issue exists yet please include context and what problem it solves. ### Review *...

Hello, Who is maintaining this repository and are there any plans to maintain this repository in the future? I see an effort has been made to [update this gem](https://github.com/matomo-org/piwik-ruby-api/pull/34) but...