Complete PHP-based workflow application for Ferrero DAM system: - OAuth2 authentication with automatic token management - Campaign discovery and filtering - Folder structure navigation - Asset download (individual and bulk) - Metadata extraction and display - Clean step-by-step web interface Status: Fully functional and production-ready 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
No EOL
295 B
JSON
14 lines
No EOL
295 B
JSON
{
|
|
"baseUrl": "https://your-opentext-api.com",
|
|
"apiKey": "your-api-key-here",
|
|
"timeout": 30,
|
|
"headers": {
|
|
"Content-Type": "application/json",
|
|
"Accept": "application/json"
|
|
},
|
|
"logging": {
|
|
"enabled": true,
|
|
"logFile": "logs/test_results.log",
|
|
"logLevel": "INFO"
|
|
}
|
|
} |