<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Token-Authenticated REST API Retrieval Toolkit // A small,
		dependency-light toolkit for talking to token-authenticated
		REST APIs. It manages authentication tokens in process
		environment variables (never written to disk), builds requests
		with configurable authentication and pagination strategies, and
		retrieves paginated data either one page at a time or in chunks
		combined into a single tibble. The design is API-agnostic: a
		single 'apifetch_api' profile describes an endpoint together
		with how it authenticates and paginates, so the same verbs work
		across different services.
	</longdescription>
</pkgmetadata>
