module Infosimples::Data

Constants

CODE
USER_AGENT
VERSION

Public Class Methods

new(token, args = {}) click to toggle source
# File lib/infosimples/data.rb, line 10
def self.new(token, args = {})
  Infosimples::Data::Client.new(token, args)
end