client
Here are 5,723 public repositories matching this topic...
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP. libcurl offers a myriad of powerful features
-
Updated
Mar 26, 2022 - C
Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.
-
Updated
Mar 25, 2022 - TypeScript
A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
-
Updated
Feb 22, 2022 - Python
The fast, light, and robust client for Ethereum-like networks.
-
Updated
Nov 1, 2020 - Rust
A supercharged AWS command line interface (CLI).
-
Updated
Jan 15, 2022 - Python
Context
#4881
I'm operating a worldwide server and there are unique connectivity issue in different regions. I want to ensure that users have best voice quality while under connection budget, and that involves different settings for different regions.
Description
I need to have individual switches that controls the inbound and outbound UDP connections.
Mumble component
Client
I have created a dracula theme for this awesome terminal:
Is there a way to push it into the repo?
Desktop chat client for Google Hangouts
-
Updated
Feb 16, 2022 - CoffeeScript
Browse Hacker News like a haxor: A Hacker News command line interface (CLI).
-
Updated
Mar 23, 2022 - Python
Official Elasticsearch client library for Python
-
Updated
Mar 24, 2022 - Python
Bug Description
const pool = new Pool(url);
const proxyAgent = new ProxyAgent("http://one-proxy:8080");
const { statusCode, body } = await pool.request({
...
dispatcher: proxyAgent,
...
...});
when Pool is used, it's not picking up { ..., dispatcher: new ProxyAgent("...")}, nor setGlobalDispatcher(proxyAgent).
However, request is used, ProxyAgent wor
This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.
-
Updated
Mar 26, 2022 - C#
Scrape the Twitter Frontend API without authentication.
-
Updated
Dec 17, 2021 - Python
PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs
-
Updated
Mar 17, 2022 - PHP
HTTP (The Gem! a.k.a. http.rb) - a fast Ruby HTTP client with a chainable API, streaming support, and timeouts
-
Updated
Feb 9, 2022 - Ruby
Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
-
Updated
Mar 21, 2022 - Python
An blocking socket client for Android applications.
-
Updated
Jan 10, 2020 - Java
Improve this page
Add a description, image, and links to the client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the client topic, visit your repo's landing page and select "manage topics."


As suggested in the ESM guidelines of Node.js it would be good to explicit the type of the module.
{ + "type": "commonjs", }