21 lines
No EOL
414 B
HTTP
21 lines
No EOL
414 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"
|
|
} |