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.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/rest/0.8/rest-0.8.1.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/rest/0.8/rest-0.8.1.tar.xz
Download MD5 sum: ece4547298a81105f307369d73c21b9d
Download size: 332 KB
Estimated disk space required: 12.5 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
make-ca-1.7 and libsoup-2.72.0
GTK-Doc-1.33.2 and LCOV
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/rest
Install rest by running the following commands:
./configure --prefix=/usr \ --with-ca-certificates=/etc/pki/tls/certs/ca-bundle.crt && make
To test the results, issue: make check. The flickr test will fail due to Public API changes on their site. The OAuth tests will fail because the website that it uses to test connectivity via OAuth no longer exists.
Now, as the root
user:
make install
--with-ca-certificates=/etc/pki/tls/certs/ca-bundle.crt
:
This switch sets the location of the BLFS certificate authority
bundle.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2021-02-23 00:41:44 -0600