Query/Content
Query/Content is successful when:
- content with identifier exists
Query/Content has the following outcomes:
- query response returned
The content must exist
Background
Given content
{
"curator": "BTZfSbi0JKqguZ/tIAPUIhdAa7Y=",
"hash": "chora:13toVfvC2YxrrfSXWB5h2BGHiXZURsKxWUz72uDRDSPMCrYPguGUXSC.rdf"
}
content exists
When query content
{
"hash": "chora:13toVfvC2YxrrfSXWB5h2BGHiXZURsKxWUz72uDRDSPMCrYPguGUXSC.rdf"
}
Then expect no error.
content does not exist
When query content
{
"hash": "chora:13toVfwypkE1AwUzQmuBHk28WWwCa5QCynCrBuoYgMvN2iroywJ5Vi1.rdf"
}
Then expect the error
content with hash chora:13toVfwypkE1AwUzQmuBHk28WWwCa5QCynCrBuoYgMvN2iroywJ5Vi1.rdf: not found
The query response is returned
Background
Given content
{
"curator": "BTZfSbi0JKqguZ/tIAPUIhdAa7Y=",
"hash": "chora:13toVfvC2YxrrfSXWB5h2BGHiXZURsKxWUz72uDRDSPMCrYPguGUXSC.rdf"
}
query response returned
When query content
{
"hash": "chora:13toVfvC2YxrrfSXWB5h2BGHiXZURsKxWUz72uDRDSPMCrYPguGUXSC.rdf"
}
Then expect response
{
"curator": "chora1q5m97jdcksj24g9enlkjqq75ygt5q6ak54jk38",
"hash": "chora:13toVfvC2YxrrfSXWB5h2BGHiXZURsKxWUz72uDRDSPMCrYPguGUXSC.rdf"
}