Name: | rest |
---|---|
Version: | 0.7.92 |
Release: | 5.el7 |
Architecture: | x86_64 |
Group: | System Environment/Libraries |
Size: | 179606 |
License: | LGPLv2 |
RPM: | rest-0.7.92-5.el7.x86_64.rpm |
Source RPM: | rest-0.7.92-5.el7.src.rpm |
Build Date: | Wed Aug 31 2016 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.gnome.org |
Summary: | A library for access to RESTful web services |
Description: | This library was designed to make it easier to access web services that claim to be "RESTful". A RESTful service should have urls that represent remote objects, which methods can then be called on. The majority of services don't actually adhere to this strict definition. Instead, their RESTful end point usually has an API that is just simpler to use compared to other types of APIs they may support (XML-RPC, for instance). It is this kind of API that this library is attempting to support. |
- Add rest_proxy_auth_cancel for cancelling authentication Resolves: #1331101
- Fix tests/custom-serialize and tests/threaded Resolves: #1271197
- Fix tests/proxy-continuous Resolves: #1250935
- Fix memory error due to implicit declaration of rest_proxy_call_get_url Resolves: #1183982
- Update to 0.7.92 Resolves: #1136793
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- Attempt another rebuild to fix multilib issue with gtk-doc (Red Hat #881246)
- Rebuild with newer gtk-doc to fix multilib issue
- Run autoreconf for aarch64 (RHBZ 926440)