This is an (un)official swift library of the datadog API! Many more features to come, but right now it supports sending metrics and events!
To run the example project, clone the repo, and run pod install
from the Example directory first.
In order to run this library you need to create a file called datadog_config.plist
with two keys: api_key
and app_key
SwiftDog is available through CocoaPods. To install it, simply add the following line to your Podfile:
target 'MyApp' do
pod 'SwiftDog', '~> 0.0.1'
end
Jacob Aronoff, [email protected]
SwiftDog is available under the APACHE license. See the LICENSE file for more info.