---------------------------------------------------------------------- This is the API documentation for the gdtest_github_icon library. ---------------------------------------------------------------------- ## Functions Public functions fetch(url: str) -> str Fetch data from a URL. Parameters ---------- url The URL to fetch from. Returns ------- str The fetched content. store(key: str, value: str) -> None Store a key-value pair. Parameters ---------- key Storage key. value Value to store.