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
Related to : #84
We need to see the item's attributes in the Hypertopic Item for our function : Hypertopic/Porphyry#191
For now you can access to:
GET http://cassandre.hypertopic.org/item/enseignants-decrocheurs/deb51701fe5e555acf3a765a30115e04
{"rows":[ {"key":["http://cassandre.hypertopic.org/text/enseignants-decrocheurs/deb51701fe5e555acf3a765a30115e04"], "value":{"item":{"corpus":"enseignants-decrocheurs", "id":"deb51701fe5e555acf3a765a30115e04"}}} ]}
And we need to access other attributes like :
The text was updated successfully, but these errors were encountered:
The fix is available on UTT's Cassandre server:
I did it both for item (as asked) but also for corpus (which is the efficient way to go through this:
item
corpus
As you can see, all attributes (e.g. enquêteur and date) are now got. Be careful, the values are either a string or an array of strings.
enquêteur
date
Sorry, something went wrong.
FIX: Get the item's attributes corresponding to a memo (closes #88).
8aad2e6
@christophe-lejeune I pushed the fix on v2. Commit 8aad2e6 could probably be cherry-picked (and amended) for v3.
No branches or pull requests
Related to : #84
We need to see the item's attributes in the Hypertopic Item for our function : Hypertopic/Porphyry#191
For now you can access to:
GET http://cassandre.hypertopic.org/item/enseignants-decrocheurs/deb51701fe5e555acf3a765a30115e04
{"rows":[
{"key":["http://cassandre.hypertopic.org/text/enseignants-decrocheurs/deb51701fe5e555acf3a765a30115e04"], "value":{"item":{"corpus":"enseignants-decrocheurs", "id":"deb51701fe5e555acf3a765a30115e04"}}}
]}
And we need to access other attributes like :
The text was updated successfully, but these errors were encountered: