Target

Get Target

GET http://localhost/api_v1/targets/:target_name:/

Path Parameters

NameTypeDescription

string

{
  "name": "osf",
  "readable_name": "OSF",
  "supported_actions": {
    "resource_collection": true,
    "resource_detail": true,
    "resource_download": true,
    "resource_upload": true
  },
  "supported_hash_algorithms": [
    "sha256", 
    "md5"
  ],
  "detail": "http://localhost/api_v1/targets/osf/resources/"
}

Last updated