rest-1.0
Description:
A helper library for RESTful services.
- C-Documentation: https://gnome.pages.gitlab.gnome.org/librest/
- Devhelp-Package download
Content:
Namespaces:
- Rest
- OAuth2Proxy
- OAuth2ProxyCall
- Param
- Params
- PkceCodeChallenge - In order to play a Pkce Code Verification during a OAuth2 authorization you need this structure which handles the algorithmic part.
- Proxy - Proxy has no publicly available members.
- ProxyAuth - ProxyAuth has no publicly available members.
- ProxyCall - ProxyCall has no publicly available members.
- XmlNode - The XmlNode contains a parsed XmlNode for easy consumption
- XmlParser - A Xml Parser for Rest Responses
- OAuth2Error
- ProxyCallError - Error domain used when returning errors from ProxyCall.
- ProxyError - Error domain used when returning errors from a Proxy.
- public delegate void ProxyCallAsyncCallback (ProxyCall call, Error? error, Object? weak_object)
- public delegate void ProxyCallContinuousCallback (ProxyCall call, string buf, size_t len, Error? error, Object? weak_object)
- public delegate void ProxyCallUploadCallback (ProxyCall call, size_t total, size_t uploaded, Error? error, Object? weak_object)
- public Quark proxy_call_error_quark ()
- public Quark proxy_error_quark ()
- public string random_string (uint length)
Creates a random string from a given alphabeth with length
length