module EngagingNetworks

A class responsible for proxing to faraday response & or a pagination collection.

Public Class Methods

new(options = {}) click to toggle source
# File lib/engaging_networks.rb, line 7
def new(options = {})
  EngagingNetworks::Client.new(options)
end