An open API service indexing awesome lists of open source software.

https://github.com/ripta/fogbot

(UNSUPPORTED) FogBugz client for Go
https://github.com/ripta/fogbot

fogbugz fogbugz-api golang

Last synced: 6 months ago
JSON representation

(UNSUPPORTED) FogBugz client for Go

Awesome Lists containing this project

README

          

# FogBugz JSON API for Go

This was written some time in 2017, but never got committed and pushed. This
is, therefore, presented as-is.

It's uh, missing tests. For shame.

See `main.go` to see how it's used. You'll want to set `FOGBOT_HOSTNAME` to
something like `fogbugz.yourdomain.com` for on-premise solutions, or
`mycompany` (or `mycompany.fogbugz.com`) for hosted.

You then need either a username-password pair (`FOGBOT_USERNAME` and
`FOGBOT_PASSWORD` env-vars) or a token (`FOGBOT_TOKEN`).