Hi there,
I have a question - as a last resort.
I am trying to build a proof of concept for mapping our data center with Lucid diagrams. Our corporation already uses these diagrams, they are done manually and they are always behind. We’d like to have them updated dynamically.
I played with Lucidchart API in Postman, just to see how versatile and quick such endeavor would be. I was able to create and get a document but not more than that.
I spent multiple hours in the docs today but I was not able to put a single square on an empty diagram, via a post/patch request. I could not find any examples that were helpful to my case.
Is there a direct way to handle these requests without working with an SDK / front-end? Would like to stick to Python. The final goal is to have data flowing in a CI/CD pipeline and update our diagrams automatically. First… i need to put a least a box in a document.
Please let me know if my approach is futile.
Thanks