bing_client 0.1.2

Async reverse client for Bing copilot
Documentation
1
2
3
4
5
6
7
8
// pub async fn suno(
//     prompt: &str,
//     reqwest_header: HeaderMap,
// ) -> Result<Vec<crate::types::bot_easy_resp_type::Image>, anyhow::Error> {
//     let client = reqwest::Client::builder()
//         .redirect(Policy::none())
//         .build()?;
// }