Is there a plugin interface to allow me to add commands to the XML API or do I need to write my own API accessible via the plugin raw page?
See also: exposing custom fields via the XML API
|
14
|
Is there a plugin interface to allow me to add commands to the XML API or do I need to write my own API accessible via the plugin raw page? See also: exposing custom fields via the XML API |
|||
|
|
|
2
|
There isn't currently such an interface available for plugins to implement, but we have a case open to consider adding one in a future version of the API. Please up-vote the question above if this would be useful for you. The workaround is to implement IPluginRawPageDisplay in your plugin to serve up an API that you can hit from outside of FogBugz. Here is an example of using the interface to handle AJAX requests. |
|||
|
|