Module: Sendmux::Core
- Defined in:
- lib/sendmux/core/auth.rb,
lib/sendmux/core/retry.rb,
lib/sendmux/core/errors.rb,
lib/sendmux/core/headers.rb,
lib/sendmux/core/version.rb,
lib/sendmux/core/pagination.rb,
lib/sendmux/core/retry_options.rb,
lib/sendmux/core/api_key_surface.rb
Defined Under Namespace
Modules: ApiKeySurface, Headers, Retry Classes: ApiError, Auth, CursorPager, ErrorMapper, RetryOptions
Constant Summary collapse
- VERSION =
'1.0.0'
Class Method Summary collapse
Class Method Details
.each_cursor(fetch_page, cursor_param: :cursor) ⇒ Object
60 61 62 |
# File 'lib/sendmux/core/pagination.rb', line 60 def self.each_cursor(fetch_page, cursor_param: :cursor) CursorPager.new(fetch_page, cursor_param: cursor_param) end |