LISP function with REST POST API, is it doable ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I want to go on a journey with LISP and before doing so, I thought I would ask you guys if it's doable.
I want to send a request to a server with a parameter and based on the json answer, use this data to insert a specific bloc into my drawing.
Here is an example :
Let's say I have a server with a house made of rooms who host parameters. Everything in a json file like
[{'house': [{'room_name:bedroom':},{'room_name:kitchen':}]}]
From Autocad, I want the user to be able to call a function with a parameters like "Kitchen" (enter with keyboard) and this function will send a REST POST request to my server which will send back a json file answer and on the autocad side I will be able to use the json value to INSERT block who are having those name "kitchen" into my drawing.
Is it possible ?
Don't hesitate to ask me question if I am not clear 🙂
Thank you so much, so far the help I have received from this community has been amazing.
AJ.