Yandex.Metrika API的Scala客户端封装库
Yandex.Metrika API的Scala客户端包装器 提供了一个易于使用的接口,用于处理计数器、目标、过滤器、操作、授权、委托、帐户和统计数据。当前状态:测试版。该库仅支持 GET方法 和 JSON格式。用户可以通过 Yandex账户 登录,并使用 访问令牌 作为身份验证。获取令牌 需通过已知的方法完成。
依赖配置
对于SBT项目,在项目定义中加入以下行:
libraryDependencies ++= Seq(
// other dependencies here
"com.github.krispo" %% "yandex-metrika" % "0.3-SNAPSHOT"
)
库路径配置
resolvers ++= Seq(
// other resolvers here
"Sonatype OSS" at "https://oss.sonatype.org/content/repositories/snapshots"
)
用户评论