resource_show
Return the metadata of a resource.
Authorization<token>
CKAN API token
In: header
id?string
the id of the resource
curl -X POST "http://localhost:5000/api/3/action/resource_show" \ -H "Content-Type: application/json" \ -d '{}'Return the metadata of a resource.
CKAN API token
In: header
the id of the resource
curl -X POST "http://localhost:5000/api/3/action/resource_show" \ -H "Content-Type: application/json" \ -d '{}'curl -X POST "http://localhost:5000/api/3/action/resource_show" \
-H "Content-Type: application/json" \
-d '{}'