Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The code below throws an exception because it can't resolve the Long[]. Changing to long[] doesn't help.
@apimethod(path = '/graphQuery/labels', description = "Provides descriptive labels for nodes identified by id", consumes = ['application/json'], verb = ApiVerb.POST, produces = ['application/json']) @RequestMapping(value = "labels", method = RequestMethod.POST) @responsebody
The text was updated successfully, but these errors were encountered:
added tests for issue #27
f9b2304
Can't reproduce. Please see working unit tests here: https://github.com/fabiomaffioletti/jsondoc/blob/master/jsondoc-core/src/test/java/org/jsondoc/core/doc/ApiDocTest.java#L70-L80 and here: https://github.com/fabiomaffioletti/jsondoc/blob/master/jsondoc-core/src/test/java/org/jsondoc/core/doc/ApiObjectDocTest.java#L43-L47
Sorry, something went wrong.
fabiomaffioletti
No branches or pull requests
The code below throws an exception because it can't resolve the Long[]. Changing to long[] doesn't help.
@apimethod(path = '/graphQuery/labels', description = "Provides descriptive labels for nodes identified by id",
consumes = ['application/json'], verb = ApiVerb.POST, produces = ['application/json'])
@RequestMapping(value = "labels", method = RequestMethod.POST)
@responsebody
The text was updated successfully, but these errors were encountered: