Python and Django SDK for Cloudinary, a cloud-based image and video management service with comprehensive transformation, optimization, and delivery capabilities
94
Pending
Does it follow best practices?
Impact
94%
1.08xAverage score across 10 eval scenarios
Pending
The risk profile of this skill
{
"context": "This evaluation criteria assesses how effectively the engineer uses the Cloudinary Python SDK's upload mapping functionality to implement custom URL routing management. The focus is exclusively on proper usage of Cloudinary's upload mapping API methods.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Create mapping implementation",
"description": "Uses cloudinary.api.create_upload_mapping() to create new URL mappings with folder and template parameters",
"max_score": 25
},
{
"name": "List mappings implementation",
"description": "Uses cloudinary.api.upload_mappings() to retrieve all configured URL mappings",
"max_score": 20
},
{
"name": "Update mapping implementation",
"description": "Uses cloudinary.api.update_upload_mapping() to modify existing URL mapping templates for a given folder",
"max_score": 25
},
{
"name": "Delete mapping implementation",
"description": "Uses cloudinary.api.delete_upload_mapping() to remove URL mappings by folder name",
"max_score": 20
},
{
"name": "Proper error handling",
"description": "Implements error handling for Cloudinary API exceptions (e.g., NotFound, AuthorizationRequired, or GeneralError)",
"max_score": 10
}
]
}docs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10