Skip to content

Commit

Permalink
Add SLO CRUD endpoints
Browse files Browse the repository at this point in the history
update some test files to use the same package for easier dev

TODO: the /v1/slo endpoint does not yet have the status endpoint defined yet, but will be coming in another PR
  • Loading branch information
platinummonkey committed Jul 22, 2019
1 parent dda82d3 commit 4174cfa
Show file tree
Hide file tree
Showing 16 changed files with 1,817 additions and 3 deletions.
3 changes: 1 addition & 2 deletions api_keys_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@
package datadog_test

import (
"encoding/json"
"testing"
"time"

"encoding/json"

"github.com/stretchr/testify/assert"
dd "github.com/zorkian/go-datadog-api"
)
Expand Down
Loading

0 comments on commit 4174cfa

Please sign in to comment.