Skip to content

xdevelsistemas/datadog-scala

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Datadog-Scala

A Scala library for interacting with the Datadog API.

As of October 2014 this library covers all the methods in the Datadog API Documentation.

Example

val client = new Client(apiKey = "XXX", appKey = "XXX")
client.getAllTimeboards.foreach({ response =>
    println(respone.body)
})

Using It

// And a the resolver
resolvers += "gphat" at "https://raw.github.com/gphat/mvn-repo/master/releases/"

// Add the Dep, 2.10 and 2.11 artifacts are published!
libraryDependencies += "datadog-scala" %% "datadog-scala" % "1.0.2"

Packages

No packages published

Languages

  • Scala 100.0%