Skip to content

jheise/go-cymon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-Cymon

Golang api client for Cymon


Example

package main

import (
    "github.com/go-cymon/api"
    "fmt"

)

func main() {
    client := api.NewClient("YOUAPIKEYGOESHERE")
    fmt.Println(client.GetIPLookup("4.2.2.1")
}

About

golang client for Cymon Threat Intelligence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages