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
leaving this here for myself just in case this code survives for a while
This works
new VayacondiosClient("ignore", 0) .organization("org") .itemsets(new MemoryVCDShim()) .fetch("topic", "id")
This results in a NPE. ItemSets.java is complaining that its linkToVCD does not exist.
new VayacondiosClient("ignore", 0) .organization("org") .itemsets(new MemoryVCDShim()) .topic("topic") .id("id") .fetch()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
leaving this here for myself just in case this code survives for a while
This works
This results in a NPE. ItemSets.java is complaining that its linkToVCD does not exist.
The text was updated successfully, but these errors were encountered: