# Generated by roxygen2: do not edit by hand

export(check_and_load_package)
export(handle_response)
export(webdav_copy_file)
export(webdav_create_directory)
export(webdav_create_request)
export(webdav_delete_resource)
export(webdav_list_files)
export(webdav_upload_file)
import(utils)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,slice_tail)
importFrom(glue,glue)
importFrom(httpuv,decodeURI)
importFrom(httpuv,encodeURI)
importFrom(httr2,req_auth_basic)
importFrom(httr2,req_body_raw)
importFrom(httr2,req_headers)
importFrom(httr2,req_method)
importFrom(httr2,req_options)
importFrom(httr2,req_perform)
importFrom(magrittr,"%>%")
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_trim)
importFrom(tibble,tibble)
importFrom(xml2,read_xml)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_text)
