plausible_api:用于Rails的简单Plausible API包装器 源码
合理的API(正在进行中) 这是一个简单的包装程序,用于使用Ruby读取Plausible API。 它基于WIP 用法 将此宝石添加到您的Gemfile中: gem 'plausible_api' 然后,您需要使用site_id (域)和token初始化客户端。 c = PlausibleApi :: Client . new ( 'dailytics.com' , '123123' ) # Test if the site and token are valid c . valid? => true 统计>汇总 您可以使用所有这些选项来获取汇总统计信息 # Use the defa
文件列表
plausible_api-main.zip
(预估有个21文件)
plausible_api-main
bin
console
348B
setup
131B
Rakefile
198B
test
stats
aggregate_test.rb
2KB
realtime
visitors_test.rb
274B
暂无评论