I'm writing an API plugin that needs to consume an API that already exists in CS. The only way I can find to do this would be to send the REST/HTTP request from my plugin, but I'm hoping there is an easier way. Since both plugins are on the same Java classpath they have the ability to invoke each other.
Is there a simple way to do this that I'm missing? -Chris