Skip to main content

post

Function post 

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