# API Client
Module containing all components for the function of the API Client itself.
This module exposes some core client components from hidden submodules. It
also exposes [endpoints], a submodule containing all the built in handlers
for various Monstercat API endpoints.
[endpoints]: crate::client::endpoints