Module: HighLevel::Middleware

Defined in:
lib/high_level/middleware/authentication.rb,
lib/high_level/middleware/error_handler.rb,
lib/high_level/middleware/refresh_on_401.rb,
lib/high_level/middleware/instrumentation.rb

Overview

Faraday middleware that implements the HighLevel client’s request pipeline: instrumentation, 401-refresh, authentication, and typed error mapping.

Defined Under Namespace

Classes: Authentication, ErrorHandler, Instrumentation, RefreshOn401