We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In an empty instance with nothing but the api installed, no restxq tree item is displayed. In a normal install with default apps it is there.
With api version 1.2.0 and exist 5.4.0-SNAPSHOT the shortened response looks like this.
1.2.0
5.4.0-SNAPSHOT
[ { "uri" : "/fusiondb/group", "methods" : [ { "name" : "GET", "function" : { "src" : "/db/system/repo/fusion-studio-api-1.2.0/api.xqm", "name" : "list-groups#0" } } ] }, { "uri" : "/fusiondb/collection", "methods" : [ { "name" : "POST", "function" : { "src" : "/db/system/repo/fusion-studio-api-1.2.0/api.xqm", "name" : "update-collection-properties#2" } }, { "name" : "DELETE", "function" : { "src" : "/db/system/repo/fusion-studio-api-1.2.0/api.xqm", "name" : "delete-collection#1" } }, ( … ) { "uri" : "/", "methods" : [ { "name" : "", "function" : { "src" : "/db/system/repo/fusion-studio-api-1.2.0/api.xqm", "name" : "explorerOptions#0" } } ] } ]
Not yet sure why these wouldn't be displayed, but obviously this accounts for the failing tests on CI checking for the display of restxq functions.
maybe the fact that this is an array of length 1 is a problem see api and extensions
1
but so far i haven't seen any filters that would exclude the API itself from being displayed in the restxq tree menu.
see #219
The text was updated successfully, but these errors were encountered:
prxq:list-by-uri()
ref(api_spec): separate api calls from UI display
bceb208
see #399 #508
7168464
test(rest): skip test calls to restxq
d32e019
see #508
5fb0fb4
test(ci): rebalance test
219e91e
skip doc and collection test for faster feedback make #508 harder to ignore
No branches or pull requests
In an empty instance with nothing but the api installed, no restxq tree item is displayed. In a normal install with default apps it is there.
With api version
1.2.0
and exist5.4.0-SNAPSHOT
the shortened response looks like this.Not yet sure why these wouldn't be displayed, but obviously this accounts for the failing tests on CI checking for the display of restxq functions.
maybe the fact that this is an array of length
1
is a problem see api and extensionsbut so far i haven't seen any filters that would exclude the API itself from being displayed in the restxq tree menu.
see #219
The text was updated successfully, but these errors were encountered: