Task #2838
Story #2835: Resource Map URIs should use resolve() rather than get() constructs
Update CLI to generate resource maps with resolve rather than getObject URIs
Status:
Closed
Priority:
High
Assignee:
Andrew Pippin
Category:
d1_client_cli
Target version:
Start date:
2012-05-31
Due date:
% Done:
100%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
The URIs for object references should use resolve rather than getObject uris. example:
https://cn.dataone.org/cn/v1/resolve/scidata_id
rather than
https://cn.dataone.org/cn/v1/object/scidata_id
This was an error in the documentation which is being corrected
History
#1 Updated by Andrew Pippin over 12 years ago
- Status changed from New to In Progress
Surprisingly few places where this was. Unfortunately, "object" is a heavily used word.
More testing will be done.