I’m trying to do a simple HTTP request on MbedOS 6. I have something working on MbedOS 5, using the mbed-http library, but I can’t make it work on MbedOS 6.
I don’t know what to use to make simple GET/POST calls. It’s a basic requirement for IoT so I don’t understand why there is not a simple tutorial for that.
How do you manage APIs with MbedOS 6?
Yes, I looked at it. But it’s really low level (TCP socket level) and is not really an HTTP library.
But I was able to make mbed-http work with some small changes in the library.