module ActionKitRest
A class responsible for proxing to faraday response & or a pagination collection.
Public Class Methods
new(options = {})
click to toggle source
# File lib/action_kit_rest.rb, line 9 def new(options = {}) ActionKitRest::Client.new(options) end