Skip to content
/ SwiftDog Public
forked from jaronoff97/SwiftDog

[IN PROGRESS] 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!

License

Notifications You must be signed in to change notification settings

awang/SwiftDog

 
 

Repository files navigation

SwiftDog

CI Status Version License Platform

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!

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

In order to run this library you need to create a file called datadog_config.plist with two keys: api_key and app_key

Installation

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

Author

Jacob Aronoff, [email protected]

License

SwiftDog is available under the APACHE license. See the LICENSE file for more info.

About

[IN PROGRESS] 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!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 93.8%
  • Ruby 6.2%