plausible_api 0.0.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8be1224dad0283128a3e21c2d4e53061845ddc2424e2a89655eb4a129925cb4d
4
- data.tar.gz: b665e6e0dea74c2fe9e1f1309a418cbfe2a5f9be55a4ac0f14845ba6a207fc70
3
+ metadata.gz: 61ec37015a39b48b8ef1a5ff88f98452a87c590232ee527f03591d9fe3928a8d
4
+ data.tar.gz: d8a7df06ccea331230058b18a900b41c850a55ca18d9e850d1cc2fbf7fa7bbcc
5
5
  SHA512:
6
- metadata.gz: 645bd976b0dc10c743232daa6752bee9bb5d9e29ee96235ac0d6efa541ffa1d3fe8e3518e510701de377dd3621e44a4c9b0c54cb99a7b50ffe8b85879036ce8c
7
- data.tar.gz: 312e92ef37577f2e58e7ffabf72320bc8c9fc431c651779f0ccd2d264d0aa144e08a10ac8a4c71375ceaed5a17d0814b7d36e8d4446cbcc41278d7b775f3d43b
6
+ metadata.gz: a0ce1d1dc380b44136fc38f193e307ee7b84872e6835043c02ebe89497c702daaf404efafe855c9b11f867569c612fe260ac0f1c79c959b30359d39df192d08c
7
+ data.tar.gz: 0b28a11d857c1b2a9b83f5336fc833abb722e9492d602172f829c0bb12956c9aba7c426649ed01428a65f88d4c49ea421d44b09a808c639aa43c83b8453f8ada
data/.gitignore CHANGED
@@ -1 +1,9 @@
1
- *.gem
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+ *.gem
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at luctus@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [https://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: https://contributor-covenant.org
74
+ [version]: https://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,7 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in plausible_api.gemspec
4
+ gemspec
5
+
6
+ gem "rake", "~> 12.0"
7
+ gem "minitest", "~> 5.0"
data/Gemfile.lock ADDED
@@ -0,0 +1,21 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ plausible_api (0.1.3)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ minitest (5.14.3)
10
+ rake (12.3.3)
11
+
12
+ PLATFORMS
13
+ ruby
14
+
15
+ DEPENDENCIES
16
+ minitest (~> 5.0)
17
+ plausible_api!
18
+ rake (~> 12.0)
19
+
20
+ BUNDLED WITH
21
+ 2.1.4
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2021 Gustavo Garcia
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -9,7 +9,11 @@ gem 'plausible_api'
9
9
  ```
10
10
  Then you need to initialize a Client with your `site_id` (the domain) and your `token`.
11
11
  ```rb
12
- c = PlausibleApi::Client.new(site_id: 'dailytics.com', token: '123123')
12
+ c = PlausibleApi::Client.new('dailytics.com', '123123')
13
+
14
+ # Test if the site and token are valid
15
+ c.valid?
16
+ => true
13
17
  ```
14
18
 
15
19
  ### Stats > Aggregate
@@ -19,10 +23,10 @@ You have all these options to get the aggregate stats
19
23
  # Use the default parameters (3mo period + the 4 main metrics)
20
24
  c.aggregate
21
25
 
22
- # Set parameters (period, metrics, filter, date)
23
- c.aggregate({ period: '3d' })
24
- c.aggregate({ period: '3d', metrics: 'visitors,pageviews' })
25
- c.aggregate({ period: '3d', metrics: 'visitors,pageviews', filter: 'event:page==/order/confirmation' })
26
+ # Set parameters (period, metrics, filter, compare)
27
+ c.aggregate({ period: '30d' })
28
+ c.aggregate({ period: '30d', metrics: 'visitors,pageviews' })
29
+ c.aggregate({ period: '30d', metrics: 'visitors,pageviews', filters: 'event:page==/order/confirmation' })
26
30
 
27
31
  # You'll get something like this:
28
32
  => {"bounce_rate"=>{"value"=>81.0}, "pageviews"=>{"value"=>29}, "visit_duration"=>{"value"=>247.0}, "visitors"=>{"value"=>14}}
@@ -35,30 +39,39 @@ You have all these options to get the timeseries
35
39
  # Use the default parameters (3mo period)
36
40
  c.timeseries
37
41
 
38
- # Set parameters (period, metrics, filter, date)
39
- c.timeseries({ period: '3d' })
40
- c.timeseries({ period: '3d', filter: 'event:page==/order/confirmation', date: '2020/02/10' })
42
+ # Set parameters (period, filters, interval)
43
+ c.timeseries({ period: '7d' })
44
+ c.timeseries({ period: '7d', filters: 'event:page==/order/confirmation' })
41
45
 
42
46
  # You'll get something like this:
43
- => [{"date"=>"2021-01-11", "value"=>100}, {"date"=>"2021-01-12", "value"=>120}, {"date"=>"2021-01-13", "value"=>80}]
47
+ => [{"date"=>"2021-01-11", "value"=>100}, {"date"=>"2021-01-12", "value"=>120}, {"date"=>"2021-01-13", "value"=>80}...]
44
48
  ```
45
49
 
46
- ### Realtime >> Visitors
50
+ ### Realtime > Visitors
47
51
 
48
- You have a uniq way to call this data
52
+ It's as simple as:
49
53
  ```rb
50
54
  c.realtime_visitors
55
+
56
+ => 13
51
57
  ```
52
58
 
59
+
53
60
  ## Development
54
- ```
55
- $ gem build plausible_api.gemspec
56
- $ gem install ./plausible_api-X.X.X.gem
57
- $ irb
58
- irb(main) > require 'plausible_api'
59
- irb(main) > c = PlausibleApi::Client.new(site_id: 'dailytics.com', token: '123123')
60
- irb(main) > c.aggregate(period: '1w', metrics: 'visitors,pageviews,bounce_rate,visit_duration')
61
- ```
62
61
 
63
- ## Todo
64
- - Tests
62
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
63
+
64
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
65
+
66
+ ## Contributing
67
+
68
+ Bug reports and pull requests are welcome on GitHub at https://github.com/dailytics/plausible_api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/dailytics/plausible_api/blob/main/CODE_OF_CONDUCT.md).
69
+
70
+
71
+ ## License
72
+
73
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
74
+
75
+ ## Code of Conduct
76
+
77
+ Everyone interacting in the PlausibleApi project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/dailytics/plausible_api/blob/main/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,10 @@
1
+ require "bundler/gem_tasks"
2
+ require "rake/testtask"
3
+
4
+ Rake::TestTask.new(:test) do |t|
5
+ t.libs << "test"
6
+ t.libs << "lib"
7
+ t.test_files = FileList["test/**/*_test.rb"]
8
+ end
9
+
10
+ task :default => :test
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "plausible_api"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
data/lib/plausible_api.rb CHANGED
@@ -1,13 +1,7 @@
1
- # frozen_string_literal: true
2
-
3
- require 'plausible_api/api/client'
1
+ require 'plausible_api/version'
2
+ require 'plausible_api/client'
4
3
 
5
4
  module PlausibleApi
6
- class << self
7
- attr_writer :logger
8
-
9
- def logger
10
- @logger ||= Logger.new($stdout).tap { |log| log.progname = self.name }
11
- end
12
- end
13
- end
5
+ class Error < StandardError; end
6
+ # Your code goes here...
7
+ end
@@ -0,0 +1,52 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'plausible_api/stats/realtime/visitors'
4
+ require 'plausible_api/stats/aggregate'
5
+ require 'plausible_api/stats/timeseries'
6
+
7
+ require 'json'
8
+ require "net/http"
9
+ require "uri"
10
+ require "cgi"
11
+
12
+ module PlausibleApi
13
+ class Client
14
+
15
+ BASE_URL = 'https://plausible.io'
16
+
17
+ def initialize(site_id, token)
18
+ @site_id = site_id.to_s
19
+ @token = token.to_s
20
+ end
21
+
22
+ def aggregate(options = {})
23
+ call PlausibleApi::Stats::Aggregate.new(options)
24
+ end
25
+
26
+ def timeseries(options = {})
27
+ call PlausibleApi::Stats::Timeseries.new(options)
28
+ end
29
+
30
+ def realtime_visitors
31
+ call PlausibleApi::Stats::Realtime::Visitors.new
32
+ end
33
+
34
+ def valid?
35
+ realtime_visitors.is_a? Integer
36
+ end
37
+
38
+ private
39
+ def call(api)
40
+ url = "#{BASE_URL}#{api.request_url.gsub('$SITE_ID', @site_id)}"
41
+ uri = URI.parse(url)
42
+
43
+ req = Net::HTTP::Get.new(uri.request_uri)
44
+ req.add_field('Authorization', "Bearer #{@token}")
45
+
46
+ http = Net::HTTP.new(uri.host, uri.port)
47
+ http.use_ssl = true
48
+
49
+ JSON.parse http.request(req).body
50
+ end
51
+ end
52
+ end
@@ -0,0 +1,23 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PlausibleApi
4
+ module Stats
5
+ class Aggregate
6
+ def initialize(options = {})
7
+ @period = options[:period] || '30d'
8
+ @metrics = options[:metrics] || 'visitors,pageviews,bounce_rate,visit_duration'
9
+ @filters = options[:filters]
10
+ @compare = options[:compare]
11
+ end
12
+
13
+ def request_url
14
+ url = "/api/v1/stats/aggregate?site_id=$SITE_ID"
15
+ url += "&period=#{@period}" if @period
16
+ url += "&metrics=#{@metrics}" if @metrics
17
+ url += "&filters=#{CGI.escape(@filters)}" if @filters
18
+ url += "&compare=#{@compare}" if @compare
19
+ url
20
+ end
21
+ end
22
+ end
23
+ end
@@ -0,0 +1,16 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PlausibleApi
4
+ module Stats
5
+ module Realtime
6
+ class Visitors
7
+ def initialize
8
+ end
9
+
10
+ def request_url
11
+ "/api/v1/stats/realtime/visitors?site_id=$SITE_ID"
12
+ end
13
+ end
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,21 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PlausibleApi
4
+ module Stats
5
+ class Timeseries
6
+ def initialize(options = {})
7
+ @period = options[:period] || '30d'
8
+ @filters = options[:filters]
9
+ @interval = options[:interval]
10
+ end
11
+
12
+ def request_url
13
+ url = "/api/v1/stats/timeseries?site_id=$SITE_ID"
14
+ url += "&period=#{@period}" if @period
15
+ url += "&filters=#{CGI.escape(@filters)}" if @filters
16
+ url += "&interval=#{@interval}" if @interval
17
+ url
18
+ end
19
+ end
20
+ end
21
+ end
@@ -1,3 +1,3 @@
1
1
  module PlausibleApi
2
- VERSION = '0.0.2'
3
- end
2
+ VERSION = "0.1.3"
3
+ end
@@ -1,22 +1,27 @@
1
- # frozen_string_literal: true
1
+ require_relative 'lib/plausible_api/version'
2
2
 
3
- lib = File.expand_path('lib', __dir__)
4
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
+ Gem::Specification.new do |spec|
4
+ spec.name = "plausible_api"
5
+ spec.version = PlausibleApi::VERSION
6
+ spec.authors = ["Gustavo Garcia"]
7
+ spec.email = ["gustavo@dailytics.com"]
5
8
 
6
- require 'plausible_api/version'
9
+ spec.summary = 'A simple Plausible API wrapper for Rails'
10
+ spec.description = 'A very humble wrapper for the new API by Plausible'
11
+ spec.homepage = "https://github.com/dailytics/plausible_api"
12
+ spec.license = "MIT"
13
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
7
14
 
8
- Gem::Specification.new do |s|
9
- s.name = 'plausible_api'
10
- s.version = PlausibleApi::VERSION
11
- s.summary = 'A simple Plausible API wrapper for Rails'
12
- s.description = 'A very humble wrapper for the new API by Plausible'
13
- s.authors = ['Gustavo Garcia']
14
- s.email = 'gustavo@dailytics.com'
15
- s.homepage = 'https://github.com/dailytics/plausible-api'
16
- s.license = 'MIT'
17
- s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
18
- s.require_paths = ['lib']
15
+ spec.metadata["homepage_uri"] = spec.homepage
16
+ spec.metadata["source_code_uri"] = "https://github.com/dailytics/plausible_api"
17
+ spec.metadata["changelog_uri"] = "https://github.com/dailytics/plausible_api"
19
18
 
20
- s.add_dependency 'faraday', '~> 1.0'
21
- s.required_ruby_version = '>= 2.4'
22
- end
19
+ # Specify which files should be added to the gem when it is released.
20
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
21
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
22
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
23
+ end
24
+ spec.bindir = "exe"
25
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
26
+ spec.require_paths = ["lib"]
27
+ end
metadata CHANGED
@@ -1,48 +1,45 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plausible_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gustavo Garcia
8
8
  autorequire:
9
- bindir: bin
9
+ bindir: exe
10
10
  cert_chain: []
11
- date: 2021-02-10 00:00:00.000000000 Z
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: faraday
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: '1.0'
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: '1.0'
11
+ date: 2021-02-15 00:00:00.000000000 Z
12
+ dependencies: []
27
13
  description: A very humble wrapper for the new API by Plausible
28
- email: gustavo@dailytics.com
14
+ email:
15
+ - gustavo@dailytics.com
29
16
  executables: []
30
17
  extensions: []
31
18
  extra_rdoc_files: []
32
19
  files:
33
20
  - ".gitignore"
21
+ - CODE_OF_CONDUCT.md
22
+ - Gemfile
23
+ - Gemfile.lock
24
+ - LICENSE.txt
34
25
  - README.md
26
+ - Rakefile
27
+ - bin/console
28
+ - bin/setup
35
29
  - lib/plausible_api.rb
36
- - lib/plausible_api/api/client.rb
37
- - lib/plausible_api/api/realtime/visitors.rb
38
- - lib/plausible_api/api/stats/aggregate.rb
39
- - lib/plausible_api/api/stats/timeseries.rb
30
+ - lib/plausible_api/client.rb
31
+ - lib/plausible_api/stats/aggregate.rb
32
+ - lib/plausible_api/stats/realtime/visitors.rb
33
+ - lib/plausible_api/stats/timeseries.rb
40
34
  - lib/plausible_api/version.rb
41
35
  - plausible_api.gemspec
42
- homepage: https://github.com/dailytics/plausible-api
36
+ homepage: https://github.com/dailytics/plausible_api
43
37
  licenses:
44
38
  - MIT
45
- metadata: {}
39
+ metadata:
40
+ homepage_uri: https://github.com/dailytics/plausible_api
41
+ source_code_uri: https://github.com/dailytics/plausible_api
42
+ changelog_uri: https://github.com/dailytics/plausible_api
46
43
  post_install_message:
47
44
  rdoc_options: []
48
45
  require_paths:
@@ -51,7 +48,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
51
48
  requirements:
52
49
  - - ">="
53
50
  - !ruby/object:Gem::Version
54
- version: '2.4'
51
+ version: 2.3.0
55
52
  required_rubygems_version: !ruby/object:Gem::Requirement
56
53
  requirements:
57
54
  - - ">="
@@ -1,42 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'plausible_api/api/realtime/visitors'
4
- require 'plausible_api/api/stats/aggregate'
5
- require 'plausible_api/api/stats/timeseries'
6
-
7
- require 'faraday'
8
- require 'json'
9
-
10
- module PlausibleApi
11
- class Client
12
-
13
- BASE_URL = 'https://plausible.io'
14
-
15
- def initialize(site_id:, token:)
16
- @site_id = site_id.to_s
17
- @token = token.to_s
18
- end
19
-
20
- def aggregate(options = {})
21
- call PlausibleApi::Stats::Aggregate.new(options)
22
- end
23
-
24
- def timeseries(options = {})
25
- call PlausibleApi::Stats::Timeseries.new(options)
26
- end
27
-
28
- def realtime_visitors
29
- call PlausibleApi::Realtime::Visitors.new
30
- end
31
-
32
- private
33
- def call(api)
34
- url = "#{BASE_URL}#{api.request_url.gsub('$SITE_ID', @site_id)}"
35
- puts url
36
- res = Faraday.get(url) do |req|
37
- req.headers['Authorization'] = "Bearer #{@token}"
38
- end
39
- JSON.parse res.body
40
- end
41
- end
42
- end
@@ -1,14 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module PlausibleApi
4
- module Realtime
5
- class Visitors
6
- def initialize
7
- end
8
-
9
- def request_url
10
- "/api/v1/realtime/visitors?site_id=$SITE_ID"
11
- end
12
- end
13
- end
14
- end
@@ -1,25 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module PlausibleApi
4
- module Stats
5
- class Aggregate
6
- def initialize(options = {})
7
- @period = options[:period] || '3mo'
8
- @metrics = options[:metrics] || 'visitors,pageviews,bounce_rate,visit_duration'
9
- @filter = options[:filter]
10
- @date = options[:date]
11
- end
12
-
13
- def request_url
14
- url = "/api/v1/stats/aggregate?site_id=$SITE_ID&period=#{@period}&metrics=#{@metrics}"
15
- if @filter
16
- url += "&filter=#{CGI.escape(@filter)}"
17
- end
18
- if @date
19
- url += "&date=#{@date}"
20
- end
21
- url
22
- end
23
- end
24
- end
25
- end
@@ -1,24 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module PlausibleApi
4
- module Stats
5
- class Timeseries
6
- def initialize(options = {})
7
- @period = options[:period] || '3mo'
8
- @filter = options[:filter]
9
- @date = options[:date]
10
- end
11
-
12
- def request_url
13
- url = "/api/v1/stats/timeseries?site_id=$SITE_ID&period=#{@period}"
14
- if @filter
15
- url += "&filter=#{CGI.escape(@filter)}"
16
- end
17
- if @date
18
- url += "&date=#{@date}"
19
- end
20
- url
21
- end
22
- end
23
- end
24
- end