forked from influxdata/kapacitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request influxdata#393 from influxdata/nc-issue#386
Add official REST API client
- Loading branch information
Showing
10 changed files
with
1,640 additions
and
678 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Kapacitor HTTP API Go client | ||
|
||
This package provides an official Go client package for the Kapacitor HTTP API. | ||
|
||
|
||
## API stability | ||
|
||
> NOTE: This package will not be considered stable until the 1.0 release of Kapacitor. | ||
This is version 1 of the client, after the 1.0 release no breaking changes will be made to this package. | ||
Future versions may be added as necessary. | ||
|
||
## Docs | ||
|
||
* [GoDoc](https://godoc.org/github.com/influxdata/kapacitor/client/v1) | ||
* [API Docs](https://docs.influxdata.com/kapacitor/latest/api/) | ||
|
Oops, something went wrong.