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
Quick and dirty eval
eval) JSIN=${2:-'xdmp:version();'} DB=${3:-'Documents'} curl http://localhost:8000/v1/eval --digest -u admin:admin -X POST -H 'Content-Type: application/x-www-form-urlencoded' -H 'Accept: multipart/mixed' -d database="$DB" --data-urlencode javascript="$JSIN" ;;
Invoked as mlvm eval 'fn.collection();' my-custom-database, which returns an (ugly) HTTP multipart response.
mlvm eval 'fn.collection();' my-custom-database
Obviously the above doesn't account for:
…and probably lots of other things.
The text was updated successfully, but these errors were encountered:
jmakeig
No branches or pull requests
Quick and dirty eval
Invoked as
mlvm eval 'fn.collection();' my-custom-database
, which returns an (ugly) HTTP multipart response.Obviously the above doesn't account for:
…and probably lots of other things.
The text was updated successfully, but these errors were encountered: