🚀 Add feature: WordPress conversion
This commit is contained in:
parent
f3dec3b49a
commit
5ee50a0f0f
7 changed files with 67064 additions and 4 deletions
|
@ -18,4 +18,14 @@ 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue