kuon icon indicating copy to clipboard operation
kuon copied to clipboard

:bird: [WIP] Twitter Client Library written in Rust :crab:

Results 6 kuon issues
Sort by recently updated
recently updated
newest added

kuon::TwitterAPI::get is below ```rust pub(crate) async fn get(&self, endpoint: &str, params: &HashMap) -> Result where T: DeserializeOwned, { let header_bearer = format!("Bearer {}", self.bearer.access_token); let mut headers = HeaderMap::new(); headers.insert(AUTHORIZATION,...

documentation
WIP

Need to think about how to write tests that use API

question

https://github.com/hppRC/kuon/blob/c0412d90caedbe33532dc502a2a38c25af84b2fb/src/models/twitter_client.rs#L45-L45

enhancement

anaconda using ```go res, _ := GetSearch("", nil) ```

enhancement

```rust pub struct TwitterClient {} ``` ↓ ```rust pub struct TwitterAPIClient {} ```

help wanted