I was just starting to get myself familiar with the API. Is it actually possible to, just by code create an input node and a http request and call to a server, who returns a JSON object.
What I mean is that I could skip using the visual interface (the planner) to create the HTTP request connection and use code only.
Is that the idea? Do we have an example for that? I checked the API example, but it tells me that there is no http instance or variable defined, I assume the example would at least need that variable definition to be included, if my assumption is right.
@uncleunvoid: You should have gotten an email this weekend (at the email address your electric imp account is registered under) giving you details about the beta
Great got that and I saw my interface changed. Bit confused about agent and device code, I think I sort of get them from an OOP perspective, but user friendly wise, the system is a bit confusing. And where do I put the two separate pieces of code? And can I just call a HTTP request from the IMP itself? device without agent code?