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
- Host: GitHub
- URL: https://github.com/ripta/fogbot
- Owner: ripta
- Created: 2018-04-15T11:19:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T11:19:55.000Z (almost 8 years ago)
- Last Synced: 2025-09-16T04:48:16.245Z (7 months ago)
- Topics: fogbugz, fogbugz-api, golang
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`).