12 Nov
2012
12 Nov
'12
3:49 p.m.
On Mon, Nov 12, 2012 at 9:43 AM, John Chilton <chilton@msi.umn.edu> wrote:
From IRC (weeks ago): (03:15:01 PM) jmchilton: Ideally, what would the API uri for assigning a tag to a histories dataset be? POST to api/tags/<tag_name>/<item_class(e.g. HistoryDatasetAssociation)>/<encoded_id> or POST to api/histories/<history_id>/contents/<dataset_id>/tags/<tag_name> or
I personally prefer this one. Any object that supports tags gets a /tags/...
(03:16:56 PM) jmchilton: How about grabbing the unique tags in a history, what should that API call look like?
Just a GET to .../<entity_id>/tags ?