Is there a way to return the path from my server plugin in a graphML format? Like the way it can be done in the usual REST endpoint by providing resultDataContents as "graph".
Asked
Active
Viewed 71 times
1 Answers
0
You can just create the graphml format and return it as a string. For an example on how to do it:

Michael Hunger
- 41,339
- 3
- 57
- 80
-
Thanks. I assume it should be done using server extensions instead of plugins. – mayank gupta Jul 21 '15 at 12:43