{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/4"}],"enrichment":{"capability":"Provides a synchronous HTTP client for authenticated requests to Vonage APIs, handling both API key/secret and JWT authentication methods.","skillfed_tags":["http-client","vonage-api","authentication"],"use_cases":["Building custom integrations with Vonage APIs when you need lower-level control than the main SDK provides","Debugging or inspecting raw HTTP requests and responses sent to Vonage endpoints via last_request and last_response properties","Configuring connection pooling, timeouts, and retry behavior for high-volume or latency-sensitive Vonage API calls","Switching between JWT and basic authentication on a per-request basis for multi-tenant or credential-rotation scenarios","Extending or wrapping the HTTP layer in applications that already depend on vonage-http-client indirectly through the SDK"],"what_it_does":"vonage-http-client is a synchronous HTTP client library designed to handle authenticated requests to Vonage APIs. It wraps the requests library and manages authentication transparently, supporting both basic (API key/secret) and JWT authentication methods. The package is primarily used internally by the vonage Python SDK, though it can be installed and used independently.\n\nThe client is initialized with an Auth instance for credentials and optional HttpClientOptions to configure API hosts, timeouts, connection pooling, and retry behavior. It exposes methods for GET and POST requests, caches the last request and response for debugging, and allows customization of the User-Agent header. Error handling is provided through dedicated exception classes like HttpRequestError.","worth_installing":"Yes, if you are using the vonage SDK or need direct control over HTTP requests to Vonage APIs. The package is actively maintained, has low install friction, and carries a permissive license. Install it only if you have a specific reason to use it independently; most users should rely on the higher-level vonage SDK instead."},"id":"vonage-http-client","links":{"html":"https://skillfed.io/packages/vonage-http-client","md":"https://skillfed.io/packages/vonage-http-client.md","pypi":"https://pypi.org/project/vonage-http-client/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-22","license_spdx":null,"license_treatment":"permissive","name":"vonage-http-client","python_support":"supports_current","summary":"An HTTP client for making requests to Vonage APIs."},"popularity":{"monthly_downloads":337789,"position":7445,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.5.2"}
