Function grin_api::client::create_post_request_ex[][src]

pub fn create_post_request_ex<IN>(
    url: &str,
    api_secret: Option<String>,
    basic_auth_key: Option<String>,
    input: &IN
) -> Result<Request<Body>, Error> where
    IN: Serialize