Todo Authentication Add cookie based authentication Misc Abstract away partition path insertion, e.g. def resource_parser(resource: str, partition: str = None) -> str: return f"_partition/{partition}/{resource}" if partition else resource Test Add partitioned methods tests