gdav/get_addressbook_info
Types
pub type AddressbookInfo {
AddressbookInfo(
displayname: String,
ctag: String,
sync_token: option.Option(String),
)
}
Constructors
-
AddressbookInfo( displayname: String, ctag: String, sync_token: option.Option(String), )
pub type RequestBuilder {
RequestBuilder(collection_path: String)
}
Constructors
-
RequestBuilder(collection_path: String)
Values
pub fn build(
builder: RequestBuilder,
credentials: gdav.Credentials,
) -> request.Request(String)
pub fn request(collection_path: String) -> RequestBuilder
pub fn response(
res: response.Response(String),
) -> Result(AddressbookInfo, gdav.DavError)