Utils

Utility functions

to_camel

sharepoint_rest_api.utils.to_camel(snake_str)

function to convert snake case string to caml case

get_cache_key

sharepoint_rest_api.utils.get_cache_key(args, **kwargs)

creates hash string to be used as key

first_upper

sharepoint_rest_api.utils.first_upper(string)

returns string with only first letter uppercase