Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: librest-devel | Distribution: SUSE Linux Framework One |
Version: 0.9.1 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.6 | Build date: Wed Aug 21 18:06:45 2024 |
Group: Development/Libraries/GNOME | Build host: ibs-power9-13 |
Size: 2499978 | Source RPM: librest-0.9.1-slfo.1.1.6.src.rpm |
Packager: https://www.suse.com/ | |
Url: http://git.gnome.org/browse/librest/ | |
Summary: Library to access RESTful web services - Development Files |
This library was designed to make it easier to access web services that claim to be "RESTful". A reasonable description is that a RESTful service should have urls that represent remote objects, which methods can then be called on.
LGPL-2.1-only
* Sun Feb 26 2023 luc14n0@opensuse.org - Replace python3-gi-docgen build requirement with the more reliable pkgconfig(gi-docgen). * Sun Sep 11 2022 bjorn.lie@gmail.com - Add patches to fix some minor issues that upstream have solved in a different way in git, but this should suffice for now for us: + 0001-rest_proxy_call_sync-bail-out-if-no-payload.patch: rest_proxy_call_sync: bail out if no payload. + 0002-Handle-some-potential-problems-in-parsing-oauth2-acc.patch: Handle some potential problems in parsing oauth2 access tokens. * Sat Aug 20 2022 bjorn.lie@gmail.com - Stop passing soup2=false and tests=false to meson, follow the defaults. - Pass vapi=true and add pkgconfig(vapigen) BuildRequires: Build vapi support. - Pass ca_certificates=true and ca_certificates_path=%{_sysconfdir}/ssl/ca-bundle.pem to meson. * Mon Jun 20 2022 bjorn.lie@gmail.com - Update to version 0.9.1: + Removed RestAuth object. + Added an demo application to showcase librest. + Removed OAuth1 Proxy. + Added soupapiversion to pkg-config file in order to check the which soup version this library got built with. + Build against libsoup3 by default. * Fri Jan 14 2022 bjorn.lie@gmail.com - Update to version 0.9.0: + New oauth2 proxy to accomplish pkce workflow with api endpoints + Introduced meson as buildsystem. + Introduced the possibility to build librest with soup-2.4 or soup-3.0 - Bump abi and abi_pkg to 1.0 and 1_0 following upstream changes. - Add meson, gtk-doc, python3-gi-docgen and pkgconfig(json-glib-1.0) BuildRequires and meson macros, port to meson buildsystem. - Use ldconfig_scriptlets macro for post(un) handling. - Add pkgconfig(libsoup-3.0) BuildRequires and drop pkgconfig(libsoup-2.4) pkgconfig(libsoup-gnome-2.4) BuildRequires: Build with soup-3.0. * Wed Feb 28 2018 dimstar@opensuse.org - Modernize spec-file by calling spec-cleaner * Thu Oct 19 2017 dimstar@opensuse.org - Update to version 0.8.1: + RestProxy: Set the payload after _upload. + proxycall: remove double-assign to status_{code,message}. * Tue Apr 25 2017 jengelh@inai.de - Use librest-0_7-0 as shared library name, similar to how it is done for libmwaw-0_3. - Drop redundant %clean section; use %_smp_mflags for parallel build. * Fri May 06 2016 mgorse@suse.com - Update to GNOME 3.20 Fate#318572 * Mon Apr 18 2016 zaitor@opensuse.org - Update to version 0.8.0: + build-sys: Set version to 0.8.0. + tests: Fix lastfm test. + tests/proxy-continuous: - Simplify the code. - Server chunks can be different from client ones. + oauth: Don't leak temp data in steal_oauth_params. + rest-xml-parser: Ignore text content at the top-level of a document. + rest-proxy-auth: Add rest_proxy_auth_cancel for cancelling authentication. * Wed Mar 18 2015 zaitor@opensuse.org - Update to version 0.7.93: + oauth: Add missing include. + xml-parser: Add missing break in switch statement. + Don't dump XML parsing errors to stderr/stdout by default. + Fix misc bugs in tests. - Drop librest-missing-include.patch: Fixed upstream. * Mon Sep 08 2014 dimstar@opensuse.org - Update to version 0.7.92: + Bugs fixed: bgo#665716, bgo#708358, bgo#708359, bgo#728340, bgo#728952, bgo#728953, bgo#735919, bgo#735920, bgo#735921, bgo#735922. - Add librest-missing-include.patch: Add missing includes. * Mon Mar 10 2014 dimstar@opensuse.org - Update to version 0.7.91: + Bugs fixed: bgo#702483, bgo#703103, bgo#703642, bgo#712231, bgo#712747. * Wed Aug 28 2013 dimstar@opensuse.org - Drop librest-fix-build-without-ca-certificates.patch: as identified in bnc#825903, this is not sufficient and needs more investigation / rewriting. - Revert --without-ca-certificates configure option back to - -with-ca-certificates=/etc/ssl/ca-bundle.pem. * Thu Jul 11 2013 dimstar@opensuse.org - Add librest-fix-build-without-ca-certificates.patch: Fix build with configure --without-ca-certificates. - Pass --without-ca-certificates to configure instead of - -with-ca-certificates=/etc/ssl/ca-bundle.pem (bnc#825903). * Wed Aug 29 2012 dimstar@opensuse.org - Update to version 0.7.90: + Allow to disable libsoup strict SSL check + Add username/password support + Several API additions + Build fixes + Fix some leaks. * Wed May 09 2012 vuntz@opensuse.org - Add baselibs.conf, as we need the 32bit package for gnome-online-account libraries. * Fri Jan 06 2012 vuntz@opensuse.org - Split typelib files into typelib-1_0-Rest-0_7 subpackage. - Add typelib-1_0-Rest-0_7 Requires to devel subpackage. - Change librest0 group from Development/Libraries/GNOME to System/Libraries. * Sat Nov 12 2011 dimstar@opensuse.org - Update to version 0.7.12: + Build: Detect CA file location [bgo#663783] + proxy: Force all SSL certificates to be trusted [bgo#663783] - Add config(ca-certificates) BuildRequires and Recommends in the shared library package. - Pass --with-ca-certificates=/etc/ssl/ca-bundle.pem to configure. * Sun Nov 06 2011 dimstar@opensuse.org - Update to version 0.7.11: + oauth-proxy: Fix format string warning + oauth: - Add GType for OAuthSignatureMethod enum - Add property for signature type + Build fixes. * Thu Apr 28 2011 fcrozat@novell.com - Update to version 0.7.10: + Introduce rest_proxy_call_upload to provide progress feedback. + youtube-proxy: Added upload progress callbacks. + Added documentation to rest_proxy_call_upload. + bmc#13746: proxy-call: Allow customisation of data serialization. * Mon Apr 04 2011 fcrozat@novell.com - Update to version 0.7.9: + Add "disable-cookies" construction property to RestProxy. * Wed Mar 23 2011 fcrozat@novell.com - Update to version 0.7.8: + Add youtube proxy for uploaded video. + Fix introspection build. - Drop librest-fix-introspection.patch: fixed upstream. * Sun Mar 20 2011 dimstar@opensuse.org - Update to version 0.7.7: + Fix a few introspection issues + oauth-proxy: - Use POST method to do OAuth 1.0 authentication. - Added 'signature-host' propery. - Add librest-fix-introspection.patch: fix introspection build. Taken from upstream, commit e9c917. * Thu Mar 03 2011 vuntz@opensuse.org - Update to version 0.7.6: + API for manually constructing and outputting XML - Changes from version 0.7.5: + Introspection build fixes - Changes from version 0.7.4: + Add cookie support to rest-proxy. + proxy-call: Add continuous call mode + Various bug fixes. - Changes from version 0.7.3: + Fix memory corruption in oauth-proxy-call. - Changes from version 0.7.2: + post-twitter: use the correct URL endpoint + Plug leak. - Changes from version 0.7.1: + Flickr: add upload support + Various bug fixes. + Improved documentation. - Changes from version 0.7.0: + Remove FacebookProxy + Add Lastfm proxy + Add a oauth2 proxy + Add RestParam and RestParams types + Flickr proxy: Allow specifying the permissions required in the login url + Various bug fixes. + Improved documentation. - Drop librest-fbconnect-url.patch: facebook features got removed upstream. - Change BuildRequires to pkgconfig() ones: glib2-devel to glib-2.0, libsoup-devel to libsoup-2.4 and libsoup-gnome-2.4, libxml2-devel to libxml-2.0. - Add pkgconfig(gobject-introspection-1.0) BuildRequires to enable introspection. - Update Url tag. * Wed Dec 08 2010 vuntz@opensuse.org - Update to version 0.6.3: + Fix leaks. + Code cleanups. - Changes from version 0.6.2: + Add introspection support. + Mark GErrors which shouldn't be freed as const. + Add oauth_proxy_call_parse_token_reponse to parse token responses. + Build system fixes. - Remove explicit Requires of devel packages in devel subpackage: they will be added automatically the pkgconfig()-way. * Wed Mar 17 2010 pascal.bleser@opensuse.org - (re?)add librest-fbconnect-url.patch from Moblin:Factory to fix the build of bisho - some spec file tidying: more explicit %files listing to avoid unintended/unnoticed major changes - use %soname and %abi defines throughout to spec to ease future maintenance * Mon Mar 15 2010 awafaa@opensuse.org - Fix spec to comply with shared libraries policy. * Thu Feb 04 2010 abockover@novell.com - Rename to librest, provide/obsolete rest * Tue Dec 29 2009 glin@novell.com - Add librest-fbconnect-url.patch to add a new fbconnect url funciton for facebook * Fri Nov 06 2009 glin@novell.com - Upddate to 0.6.1 * 四 7月 16 2009 Gary Lin <glin@novell.com> 0.520090716 - Update to commit ff4561e2a8c38f49127f6e3b2ce7c238a29e1571 * 四 7月 09 2009 Gary Lin <glin@novell.com> 0.420090709 - Update to commit e9a71922f5997243c45dfaaff21dd9b4a6340ca3 * 四 7月 09 2009 Gary Lin <glin@novell.com> 0.420090709 - Update to commit 41f91eec3d26a2514c4bc310b90829cd2d14ed4a * Fri Jun 12 2009 michael.meeks@novell.com - Update to commit 92e1871d3181a73a780f588689733f25e3df5b48 * Tue May 19 2009 vuntz@novell.com - Use configure macro to get the right options. * Mon May 18 2009 michael.meeks@novell.com - Update to commit e49d8730bfb277af59732822e78535ef37e29b6c * Mon May 11 2009 michael.meeks@novell.com - Update to commit 153d2e8c5cc3452a7275c7ea7fa6abe8750cde8b
/usr/include/rest-1.0 /usr/include/rest-1.0/rest /usr/include/rest-1.0/rest-extras /usr/include/rest-1.0/rest-extras/flickr-proxy-call.h /usr/include/rest-1.0/rest-extras/flickr-proxy.h /usr/include/rest-1.0/rest-extras/lastfm-proxy-call.h /usr/include/rest-1.0/rest-extras/lastfm-proxy.h /usr/include/rest-1.0/rest-extras/youtube-proxy.h /usr/include/rest-1.0/rest/rest-enum-types.h /usr/include/rest-1.0/rest/rest-oauth2-proxy-call.h /usr/include/rest-1.0/rest/rest-oauth2-proxy.h /usr/include/rest-1.0/rest/rest-param.h /usr/include/rest-1.0/rest/rest-params.h /usr/include/rest-1.0/rest/rest-pkce-code-challenge.h /usr/include/rest-1.0/rest/rest-proxy-auth.h /usr/include/rest-1.0/rest/rest-proxy-call.h /usr/include/rest-1.0/rest/rest-proxy.h /usr/include/rest-1.0/rest/rest-utils.h /usr/include/rest-1.0/rest/rest-xml-node.h /usr/include/rest-1.0/rest/rest-xml-parser.h /usr/include/rest-1.0/rest/rest.h /usr/lib64/librest-1.0.so /usr/lib64/librest-extras-1.0.so /usr/lib64/pkgconfig/rest-1.0.pc /usr/lib64/pkgconfig/rest-extras-1.0.pc /usr/share/doc/librest-1.0 /usr/share/doc/librest-1.0/RedHatDisplay-Black.woff /usr/share/doc/librest-1.0/RedHatDisplay-Black.woff2 /usr/share/doc/librest-1.0/RedHatDisplay-BlackItalic.woff /usr/share/doc/librest-1.0/RedHatDisplay-BlackItalic.woff2 /usr/share/doc/librest-1.0/RedHatDisplay-Bold.woff /usr/share/doc/librest-1.0/RedHatDisplay-Bold.woff2 /usr/share/doc/librest-1.0/RedHatDisplay-BoldItalic.woff /usr/share/doc/librest-1.0/RedHatDisplay-BoldItalic.woff2 /usr/share/doc/librest-1.0/RedHatDisplay-Italic.woff /usr/share/doc/librest-1.0/RedHatDisplay-Italic.woff2 /usr/share/doc/librest-1.0/RedHatDisplay-Medium.woff /usr/share/doc/librest-1.0/RedHatDisplay-Medium.woff2 /usr/share/doc/librest-1.0/RedHatDisplay-MediumItalic.woff /usr/share/doc/librest-1.0/RedHatDisplay-MediumItalic.woff2 /usr/share/doc/librest-1.0/RedHatDisplay-Regular.woff /usr/share/doc/librest-1.0/RedHatDisplay-Regular.woff2 /usr/share/doc/librest-1.0/RedHatText-Bold.woff /usr/share/doc/librest-1.0/RedHatText-Bold.woff2 /usr/share/doc/librest-1.0/RedHatText-BoldItalic.woff /usr/share/doc/librest-1.0/RedHatText-BoldItalic.woff2 /usr/share/doc/librest-1.0/RedHatText-Italic.woff /usr/share/doc/librest-1.0/RedHatText-Italic.woff2 /usr/share/doc/librest-1.0/RedHatText-Medium.woff /usr/share/doc/librest-1.0/RedHatText-Medium.woff2 /usr/share/doc/librest-1.0/RedHatText-MediumItalic.woff /usr/share/doc/librest-1.0/RedHatText-MediumItalic.woff2 /usr/share/doc/librest-1.0/RedHatText-Regular.woff /usr/share/doc/librest-1.0/RedHatText-Regular.woff2 /usr/share/doc/librest-1.0/SourceCodePro-It.ttf.woff /usr/share/doc/librest-1.0/SourceCodePro-Regular.ttf.woff /usr/share/doc/librest-1.0/SourceCodePro-Semibold.ttf.woff /usr/share/doc/librest-1.0/callback.ProxyCallAsyncCallback.html /usr/share/doc/librest-1.0/callback.ProxyCallContinuousCallback.html /usr/share/doc/librest-1.0/callback.ProxyCallUploadCallback.html /usr/share/doc/librest-1.0/class.OAuth2Proxy.html /usr/share/doc/librest-1.0/class.OAuth2ProxyCall.html /usr/share/doc/librest-1.0/class.Proxy.html /usr/share/doc/librest-1.0/class.ProxyAuth.html /usr/share/doc/librest-1.0/class.ProxyCall.html /usr/share/doc/librest-1.0/class.XmlParser.html /usr/share/doc/librest-1.0/classes_hierarchy.html /usr/share/doc/librest-1.0/ctor.OAuth2Proxy.new.html /usr/share/doc/librest-1.0/ctor.Param.new_full.html /usr/share/doc/librest-1.0/ctor.Param.new_string.html /usr/share/doc/librest-1.0/ctor.Param.new_with_owner.html /usr/share/doc/librest-1.0/ctor.Params.new.html /usr/share/doc/librest-1.0/ctor.PkceCodeChallenge.new_random.html /usr/share/doc/librest-1.0/ctor.Proxy.new.html /usr/share/doc/librest-1.0/ctor.Proxy.new_with_authentication.html /usr/share/doc/librest-1.0/ctor.XmlParser.new.html /usr/share/doc/librest-1.0/enum.MemoryUse.html /usr/share/doc/librest-1.0/error.ProxyCallError.html /usr/share/doc/librest-1.0/error.ProxyError.html /usr/share/doc/librest-1.0/fonts.css /usr/share/doc/librest-1.0/func.oauth2_error_quark.html /usr/share/doc/librest-1.0/func.random_string.html /usr/share/doc/librest-1.0/fzy.js /usr/share/doc/librest-1.0/go-up-symbolic.png /usr/share/doc/librest-1.0/index.html /usr/share/doc/librest-1.0/index.json /usr/share/doc/librest-1.0/librest-1.0.devhelp2 /usr/share/doc/librest-1.0/main.js /usr/share/doc/librest-1.0/method.OAuth2Proxy.build_authorization_url.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.fetch_access_token_async.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.fetch_access_token_finish.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.get_access_token.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.get_auth_url.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.get_client_id.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.get_client_secret.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.get_expiration_date.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.get_redirect_uri.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.get_refresh_token.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.get_token_url.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.refresh_access_token.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.refresh_access_token_async.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.refresh_access_token_finish.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.set_access_token.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.set_auth_url.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.set_client_id.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.set_client_secret.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.set_expiration_date.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.set_redirect_uri.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.set_refresh_token.html /usr/share/doc/librest-1.0/method.OAuth2Proxy.set_token_url.html /usr/share/doc/librest-1.0/method.Param.get_content.html /usr/share/doc/librest-1.0/method.Param.get_content_length.html /usr/share/doc/librest-1.0/method.Param.get_content_type.html /usr/share/doc/librest-1.0/method.Param.get_file_name.html /usr/share/doc/librest-1.0/method.Param.get_name.html /usr/share/doc/librest-1.0/method.Param.is_string.html /usr/share/doc/librest-1.0/method.Param.ref.html /usr/share/doc/librest-1.0/method.Param.unref.html /usr/share/doc/librest-1.0/method.Params.add.html /usr/share/doc/librest-1.0/method.Params.are_strings.html /usr/share/doc/librest-1.0/method.Params.as_string_hash_table.html /usr/share/doc/librest-1.0/method.Params.copy.html /usr/share/doc/librest-1.0/method.Params.get.html /usr/share/doc/librest-1.0/method.Params.ref.html /usr/share/doc/librest-1.0/method.Params.remove.html /usr/share/doc/librest-1.0/method.Params.unref.html /usr/share/doc/librest-1.0/method.ParamsIter.init.html /usr/share/doc/librest-1.0/method.ParamsIter.next.html /usr/share/doc/librest-1.0/method.PkceCodeChallenge.copy.html /usr/share/doc/librest-1.0/method.PkceCodeChallenge.free.html /usr/share/doc/librest-1.0/method.PkceCodeChallenge.get_challenge.html /usr/share/doc/librest-1.0/method.PkceCodeChallenge.get_verifier.html /usr/share/doc/librest-1.0/method.Proxy.add_soup_feature.html /usr/share/doc/librest-1.0/method.Proxy.bind.html /usr/share/doc/librest-1.0/method.Proxy.bind_valist.html /usr/share/doc/librest-1.0/method.Proxy.get_user_agent.html /usr/share/doc/librest-1.0/method.Proxy.new_call.html /usr/share/doc/librest-1.0/method.Proxy.set_user_agent.html /usr/share/doc/librest-1.0/method.Proxy.simple_run.html /usr/share/doc/librest-1.0/method.Proxy.simple_run_valist.html /usr/share/doc/librest-1.0/method.ProxyAuth.cancel.html /usr/share/doc/librest-1.0/method.ProxyAuth.pause.html /usr/share/doc/librest-1.0/method.ProxyAuth.unpause.html /usr/share/doc/librest-1.0/method.ProxyCall.add_header.html /usr/share/doc/librest-1.0/method.ProxyCall.add_headers.html /usr/share/doc/librest-1.0/method.ProxyCall.add_headers_from_valist.html /usr/share/doc/librest-1.0/method.ProxyCall.add_param.html /usr/share/doc/librest-1.0/method.ProxyCall.add_param_full.html /usr/share/doc/librest-1.0/method.ProxyCall.add_params.html /usr/share/doc/librest-1.0/method.ProxyCall.add_params_from_valist.html /usr/share/doc/librest-1.0/method.ProxyCall.cancel.html /usr/share/doc/librest-1.0/method.ProxyCall.continuous.html /usr/share/doc/librest-1.0/method.ProxyCall.get_function.html /usr/share/doc/librest-1.0/method.ProxyCall.get_method.html /usr/share/doc/librest-1.0/method.ProxyCall.get_params.html /usr/share/doc/librest-1.0/method.ProxyCall.get_payload.html /usr/share/doc/librest-1.0/method.ProxyCall.get_payload_length.html /usr/share/doc/librest-1.0/method.ProxyCall.get_response_headers.html /usr/share/doc/librest-1.0/method.ProxyCall.get_status_code.html /usr/share/doc/librest-1.0/method.ProxyCall.get_status_message.html /usr/share/doc/librest-1.0/method.ProxyCall.invoke_async.html /usr/share/doc/librest-1.0/method.ProxyCall.invoke_finish.html /usr/share/doc/librest-1.0/method.ProxyCall.lookup_header.html /usr/share/doc/librest-1.0/method.ProxyCall.lookup_param.html /usr/share/doc/librest-1.0/method.ProxyCall.lookup_response_header.html /usr/share/doc/librest-1.0/method.ProxyCall.remove_header.html /usr/share/doc/librest-1.0/method.ProxyCall.remove_param.html /usr/share/doc/librest-1.0/method.ProxyCall.serialize_params.html /usr/share/doc/librest-1.0/method.ProxyCall.set_function.html /usr/share/doc/librest-1.0/method.ProxyCall.set_method.html /usr/share/doc/librest-1.0/method.ProxyCall.sync.html /usr/share/doc/librest-1.0/method.ProxyCall.upload.html /usr/share/doc/librest-1.0/method.XmlNode.add_attr.html /usr/share/doc/librest-1.0/method.XmlNode.add_child.html /usr/share/doc/librest-1.0/method.XmlNode.find.html /usr/share/doc/librest-1.0/method.XmlNode.get_attr.html /usr/share/doc/librest-1.0/method.XmlNode.print.html /usr/share/doc/librest-1.0/method.XmlNode.ref.html /usr/share/doc/librest-1.0/method.XmlNode.set_content.html /usr/share/doc/librest-1.0/method.XmlNode.unref.html /usr/share/doc/librest-1.0/method.XmlParser.parse_from_data.html /usr/share/doc/librest-1.0/property.OAuth2Proxy.access-token.html /usr/share/doc/librest-1.0/property.OAuth2Proxy.auth-url.html /usr/share/doc/librest-1.0/property.OAuth2Proxy.client-id.html /usr/share/doc/librest-1.0/property.OAuth2Proxy.client-secret.html /usr/share/doc/librest-1.0/property.OAuth2Proxy.expiration-date.html /usr/share/doc/librest-1.0/property.OAuth2Proxy.redirect-uri.html /usr/share/doc/librest-1.0/property.OAuth2Proxy.refresh-token.html /usr/share/doc/librest-1.0/property.OAuth2Proxy.token-url.html /usr/share/doc/librest-1.0/property.Proxy.binding-required.html /usr/share/doc/librest-1.0/property.Proxy.disable-cookies.html /usr/share/doc/librest-1.0/property.Proxy.password.html /usr/share/doc/librest-1.0/property.Proxy.ssl-ca-file.html /usr/share/doc/librest-1.0/property.Proxy.ssl-strict.html /usr/share/doc/librest-1.0/property.Proxy.url-format.html /usr/share/doc/librest-1.0/property.Proxy.user-agent.html /usr/share/doc/librest-1.0/property.Proxy.username.html /usr/share/doc/librest-1.0/property.ProxyCall.proxy.html /usr/share/doc/librest-1.0/search.js /usr/share/doc/librest-1.0/solarized-dark.css /usr/share/doc/librest-1.0/solarized-light.css /usr/share/doc/librest-1.0/struct.Param.html /usr/share/doc/librest-1.0/struct.Params.html /usr/share/doc/librest-1.0/struct.ParamsIter.html /usr/share/doc/librest-1.0/struct.PkceCodeChallenge.html /usr/share/doc/librest-1.0/struct.XmlNode.html /usr/share/doc/librest-1.0/style.css /usr/share/doc/librest-1.0/type_func.ProxyCallError.quark.html /usr/share/doc/librest-1.0/type_func.ProxyError.quark.html /usr/share/doc/librest-1.0/vfunc.OAuth2Proxy.parse_access_token.html /usr/share/doc/librest-1.0/vfunc.Proxy.authenticate.html /usr/share/doc/librest-1.0/vfunc.Proxy.bind_valist.html /usr/share/doc/librest-1.0/vfunc.Proxy.new_call.html /usr/share/doc/librest-1.0/vfunc.Proxy.simple_run_valist.html /usr/share/doc/librest-1.0/vfunc.ProxyCall.prepare.html /usr/share/doc/librest-1.0/vfunc.ProxyCall.serialize_params.html /usr/share/gir-1.0/Rest-1.0.gir /usr/share/gir-1.0/RestExtras-1.0.gir /usr/share/vala /usr/share/vala/vapi /usr/share/vala/vapi/rest-1.0.deps /usr/share/vala/vapi/rest-1.0.vapi /usr/share/vala/vapi/rest-extras-1.0.deps /usr/share/vala/vapi/rest-extras-1.0.vapi
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 8 23:52:26 2024