REST API with C

Hi,
I have a C program that communicates to a sensor and returns a value.
Now I want to post this value via the REST API but can’t find any usable example.

So have anyone used the REST API with C?

Thanks!

No but I think you will need to get an HTTP library which you can use to make the REST API calls. Even though it is the basis of the web, HTTP is not very simple to implement on your own and C does not support HTTP out of the box.