52 lines
No EOL
995 B
HTTP
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"
|
|
} |