README.rdoc in semrush-3.0.23 vs README.rdoc in semrush-3.0.25
- old
+ new
@@ -2,11 +2,11 @@
Semrush is a ruby wrapper for the SEMRush API.
== Requirements
-- Ruby 1.9 or 2.x
+- Ruby 1.9, 2.x, 3.1<
- ActiveSupport
== Installation
Add the gem to your Gemfile:
@@ -68,10 +68,13 @@
or
report = Semrush::Report.domain("seobook.com")
data = report.basics(:db => 'us', :limit => 100)
+or
+ analytics = Semrush::Analytics.backlinks_refdomains("seobook.com")
+
You will find more information about these parameters at http://www.semrush.com/api.html
== Reports
=== Source of reports
@@ -98,9 +101,13 @@
data = report.history_adwords # ads history for either a domain or a phrase
For more information about the report types, please read http://www.semrush.com/api.html
== ChangeLog
+
+=== 3.0.24, 2023-05-15
+
+* Added Analytics class for the new Analytics API, not covered all the reports yet
=== 3.0.23, 2020-03-19
* Add New Zealand 'nz' to allowed databases (countries)