Skip to content

Commit

Permalink
Merge pull request influxdata#393 from influxdata/nc-issue#386
Browse files Browse the repository at this point in the history
Add official REST API client
  • Loading branch information
Nathaniel Cook committed Apr 6, 2016
2 parents b6b556d + 0044e56 commit 635250c
Show file tree
Hide file tree
Showing 10 changed files with 1,640 additions and 678 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
### Features

- [#360](https://github.com/influxdata/kapacitor/pull/360): Forking tasks by measurement in order to improve performance
- [#386](https://github.com/influxdata/kapacitor/issues/386): Adds official Go HTTP client package.

### Bugfixes

Expand Down
17 changes: 17 additions & 0 deletions client/v1/README.md
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/)

Loading

0 comments on commit 635250c

Please sign in to comment.