It would be great the availability of a new API RESful methos which allow us to download a dashboard with its klips.
I imagine something like this:
resource: https://app.klipfolio.com/api/1.0/tabs_download/{id}
Request:
GET https://app.klipfolio.com/api/1/tabs_download/012345679012345978abcd
Response:
{
"data": {
"id": "012345679012345978abcd",
"image":"http://temp.klipfolio.com/some_random_hash.png",
"pdf": "http://temp.klipfolio.com/some_random_hash.pdf"
}, "meta": { "status": 200, "success": true } }
What do you think?
Best regards.