Skip to content

burdenless/fir-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIR Go Client

Go Report Card Build Status GoDoc

FirGo is a Go client library for accessing the Fast Incident Response API.

Installation

go get github.com/byt3smith/fir-go

Usage

import "github.com/byt3smith/fir-go"
Examples live in the cmd/ directory

To execute an example, you can:

  • use go run and execute main.go
  • run the command as it's directory name (e.g. fir-get) if you have $GOBIN set in your path

Note The examples rely on environment variables FIR_APIKEY and FIR_BASE_URL

About

Fast Incident Response client library written in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages