Categorygithub.com/ledor473/lightstep-api-go

# README

lightstep-api-go

Unofficial client library for LightStep Public API

Mostly generated using go-swagger. The details can be found under internal/

For documentation about the API, refer to the LightStep Learning Portal.

Usage

import (
	openapi "github.com/go-openapi/runtime/client"
	"github.com/ledor473/lightstep-api-go/pkg/v0.2/client"
)

...

api := client.New(client.Config{AuthInfo: openapi.APIKeyAuth("Authorization", "header", apikey)})

...

# Packages

No description provided by the author