31 lines
No EOL
590 B
HTTP
31 lines
No EOL
590 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"
|
|
} |