Crate boosty_api

Source
Expand description

Boosty API client crate.

Provides:

  • Async-ready client for fetching posts from Boosty.
  • OAuth-like token management (static bearer or refresh flow).
  • Typed response models (api_response).
  • Error handling (error).
  • Content extraction utilities (post_data_extractor).

Modulesยง

api_client
api_response
error
post_data_extractor