Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Redmine ¶
func Redmine(args string, buff *demodel.CharBuffer, v demodel.Viewport)
Redmine looks up an issue on Redmine. It can be called with or without arguments. The default Redmine command will list projects on the server. Redmine:string will look up the issues associated with the project identified by string Redmine:integer will look up a particular issue number on the server. The server that is connected to will be the one set up (with the credentials from) ~/.de/redmine.ini which should have the format: url=URL username=user password=password Where username and password will be sent to the Redmine API with HTTP Basic authentication If they're empty, it will attempt to use the API anonymously, and fail if the redmine server is private.
Types ¶
This section is empty.