Hello I am new in Wolfram so I am trying to send data to Cloud. I dave databin URL addres but in here i can send only values. For instance;
at#httpcfg=0,\"datadrop.wolframcloud.com\",80,0\r
at#httpqry=0,0,\"/api/v1.0/Add?bin=my_ID&45
I can send like this(45) but I am reading data from sensor so i need to put variables in there like
at#httpqry=0,0,\"/api/v1.0/Add?bin=my_ID&x_angle
but this is not correct.What can I do? How can I determine this? I will not send directly values, I will put variables name and after when variables get data, it sends from there. I hope it is clear Thank you!