https://github.com/flightaware/tcl-fogbugz-api
Tcl package for using the FogBugz API
https://github.com/flightaware/tcl-fogbugz-api
fogbugz-api tcl tcl-extension
Last synced: 3 months ago
JSON representation
Tcl package for using the FogBugz API
- Host: GitHub
- URL: https://github.com/flightaware/tcl-fogbugz-api
- Owner: flightaware
- License: bsd-3-clause
- Created: 2011-02-18T20:14:43.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T02:25:44.000Z (over 9 years ago)
- Last Synced: 2023-04-18T10:34:09.705Z (about 2 years ago)
- Topics: fogbugz-api, tcl, tcl-extension
- Language: Tcl
- Homepage:
- Size: 194 KB
- Stars: 2
- Watchers: 23
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tcl FogBugz XML API Package
===========================This package provides a Tcl native interface to the FogBugz XMP API as
documented at http://fogbugz.stackexchange.com/fogbugz-xml-apiRequirements
------------* A [FogBugz](http://www.fogcreek.com/fogbugz/) server or FogBugz On Demand account
* Tcl 8.5 or newer
* [tDOM](https://github.com/tDOM/tdom)Other Stuff that's Included
---------------------------* fogbugz-git-hook is a script which can be used to auto-populate a BUGZID
reference in git commits based on the user's "Currently Working On" setting
on the FogBugz server.