/// `clips` module is responsible for containing all methods and operations related to managing
/// local and hosted clips. This includes uploading, trimming, deleting and more
/// `os_keyring` module is primarily used internally to allow for safekeeping of the user's
/// `jwt_token` and `refresh_token` once logged into their Wayclip account
/// `users` module is used for handling user-related actions. These actions are quite limited, but
/// they usually directly interact with the UsersHttpClient