I'm under som stress in a bigger project and insteed of just googling around I thought I ask you stacko's for som advice.
I have built and a big web application that talk to a restful json api. Now the client wants to exort data from the application into indesign for printing of catalouges. I know this is possible, but it can be done in multiple ways. What I'm searching for is something that is fast and extendible in the future. Ofcourse the client has predefined templates for the documents.
I've seen posts on exporting XML for indesign
Getting website data into Adobe InDesign
and I've ssen posts about using Javascript to connnect to the api and do the job:
Is it possible to call a web service with Indesign javascript?
I've also found this github project called exteniables: http://stdbrouw.github.io/Extendables/docs/ but it's also old and not maintained.
All of these solutions are quite old and I'm asking for som advice. Have anyone here done this and can you possibly point me in a good direction?
Thanks!