Function redsyncmodulelib::get_collection[][src]

pub async fn get_collection(payload: String) -> String
Expand description

This function fetches every element for the specified collection. You should provide the data as a JSON string with the following structure:

{
    "creds": "structure of credentials",
    "collection": "collection"
}