librest

Library to access RESTful web services with GObject

brewmacoslinux
Try with needOr install directly
Source

About

Library to access RESTful web services

Commands

librest

Examples

Check librest library version and capabilities$ pkg-config --modversion librest-0.7
Compile C code using librest library$ gcc -o myapp myapp.c $(pkg-config --cflags --libs librest-0.7)
Verify librest installation and dependencies$ pkg-config --list-all | grep librest