systeme-retro-contenu/convert_requests_test.http
2025-05-21 00:05:43 -04:00

52 lines
No EOL
995 B
HTTP

@baseUrl = http://localhost:8080
### Convert LinkedIn Comments
POST {{baseUrl}}/convert
Content-Type: application/json
{
"source_type": "linkedin_comments",
"source_format": "csv",
"filename": "linkedin_comments.csv"
}
### Convert LinkedIn Shares
POST {{baseUrl}}/convert
Content-Type: application/json
{
"source_type": "linkedin_shares",
"source_format": "csv",
"filename": "linkedin_shares.csv"
}
### Convert WordPress Posts
POST {{baseUrl}}/convert
Content-Type: application/json
{
"source_type": "wordpress",
"source_format": "xml",
"filename": "wordpress.xml"
}
### Convert Facebook Business Posts
POST {{baseUrl}}/convert
Content-Type: application/json
{
"source_type": "facebook_business_posts",
"source_format": "json",
"filename": "facebook_business_posts.json"
}
### Convert Instagram Posts
POST {{baseUrl}}/convert
Content-Type: application/json
{
"source_type": "instagram_posts",
"source_format": "json",
"filename": "instagram_posts.json"
}