Skip to main content

put_json

Function put_json 

Source
pub async fn put_json<T, B>(
    path: &str,
    token: &str,
    body: &B,
) -> Result<T, ErrorWrapper>