forked from intelsdi-x/snap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc.go
36 lines (36 loc) · 1.02 KB
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// Package main Snap Restful APIs.
//
// Snap is an open telemetry framework designed to simplify the collection,
// processing and publishing of system data through a single API.
//
// This specification should demonstrate a fully compliant swagger 2.0 spec for Snap.
// It lists all the possible Snap Restful APIs that are available for use,
// testing or generating spec compatible clients.
//
// Terms Of Service:
//
// There are no TOS at this moment, use at your own risk we take no responsibility.
//
// Schemes: http, https
// Host: 127.0.0.1:8181
// BasePath: /v2
// Version: 2.0
// License: Apache 2.0 http://www.apache.org/licenses/
// Contact: Snap Maintainer<snap@intelsdi-x.slack.com> https://github.com/intelsdi-x/snap
//
// Consumes:
// - application/json
//
// Produces:
// - application/json
//
// Security:
// - basicAuth: []
//
// SecurityDefinitions:
// basicAuth:
// type: basic
// description: HTTP basic authentication.
//
// swagger:meta
package main