🚀 Add feature: Conversion scripts

🚀 Refactor: Object model for conversions
This commit is contained in:
François Pelletier 2025-05-19 18:15:50 -04:00
parent 579a3fe379
commit f3dec3b49a
29 changed files with 23968 additions and 199 deletions

View file

@ -0,0 +1,21 @@
@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"
}