🚀 Add feature: Conversion scripts
🚀 Refactor: Object model for conversions
This commit is contained in:
parent
579a3fe379
commit
f3dec3b49a
29 changed files with 23968 additions and 199 deletions
21
convert_requests_test.http
Normal file
21
convert_requests_test.http
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue