Hlib Pylypets

Results 7 issues of Hlib Pylypets

**Problem:** My point is there are a lot of cases where the returned by telegram response isn't fully needed - therefore, avoiding its deserialization or deserializing upon the request can...

enhancement
agent
api

Assuming I have a multi-threaded environment, where the library is used, which of the implemented (blocking/non-blocking/coroutine) connectors are thread-safe in terms of using them with api::*? Using CPR-based connector is...

documentation
question
agent

The purpose of this issue is to create a bundle based on the https://github.com/yhirose/cpp-httplib. Overall, this is a great library similar to CPR but supports both clients, server connections and...

enhancement
help wanted
good first issue
agent

``` int main(int argc, char** argv) { using namespace banana::connector; beast_blocking_monadic connector("") auto resp = banana::api::send_message(connector, { /* .chat_id = */ "@smertig", /* .text = */ "Hello, world!" }); if...

enhancement
help wanted
agent
api

There are various reasons when sending requests are gonna fail - the idea of this suggestion is allowing low-level retries/timeouts for HTTP requests if possible on the bundle. Also, I...

enhancement
agent

There were no examples for Kafka OIDC and accessing the Azure event hub without the azure identity library. This pull request introduces new examples of producer/consumer to address the above...

### I don't see any examples for kafka producer/consumer with OAUTHBEARER, Azure AD and Kafka OIDC. The default OAuth Authentication via [SASL/OAUTHBEARER for Kafka](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=75968876) is based on an [unsecured JSON...

enhancement