Expand description
API client for communicating with the Scouting.org REST API.
This module provides the ApiClient struct for making authenticated
API requests to fetch scout, event, and advancement data.
Structsยง
- ApiClient
- API client for Scouting.org. Clone is cheap - both reqwest::Client and token use Arc internally.