Module fetch

Module fetch 

Source
Expand description

HTTP fetching module for Kick API

This module provides a clean, modular interface for fetching data from the Kick API. It focuses on using the official API endpoint: https://kick.com/api/v2/channels/{channel_name}

Re-exports§

pub use client::KickApiClient;
pub use types::ClientConfig;
pub use types::FetchResult;
pub use types::ChannelInfo;

Modules§

client
Main HTTP client for Kick API operations
parsers
Parsing utilities for HTML and JSON responses
strategies
Different fetching strategies for Kick API data
types
Types specific to the fetch module
useragent
User-Agent management for robust web scraping