%general-entities; ]> rest-&rest-version; rest Introduction to rest The rest package contains a library that was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. &lfs113_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &rest-md5sum; Download size: &rest-size; Estimated disk space required: &rest-buildsize; Estimated build time: &rest-time; rest Dependencies Required , , and Recommended Optional , and (to build the demo), and Installation of rest Install rest by running the following commands: mkdir build && cd build && meson setup --prefix=/usr \ --buildtype=release \ -Dexamples=false \ -Dgtk_doc=false \ .. && ninja If you have installed and wish to build the API documentation for this package, issue: sed "/output/s/librest-1.0/rest-&rest-version;/" -i ../docs/meson.build && meson configure -Dgtk_doc=true && ninja To test the results, issue: ninja test. Now, as the root user: ninja install Command Explanations -Dgtk_doc=false: &gi-doc-disable; -Dexamples=false: Remove this option if and are installed and you wish to build the demonstration application provided by this package. : Use this switch if is installed and you wish to build the Vala bindings provided by this package. Contents Installed Programs Installed Libraries Installed Directories librest-demo (optional) librest-1.0.so and librest-extras-1.0.so /usr/include/rest-1.0 and /usr/share/gtk-doc/html/rest-1.0 Short Descriptions librest-demo provides an example of how to use the RESTful Web API Query functions librest-demo librest-1.0.so contains the RESTful Web API Query functions librest-1.0.so librest-extras-1.0.so contains extra RESTful Web API Query functions librest-extras-1.0.so