Sha256: 12fd80d77bf0857dcf77017f5280c2888e147fba1516fdd312b29c8731fce1a1

Contents?: true

Size: 426 Bytes

Versions: 3

Compression:

Stored size: 426 Bytes

Contents

# frozen_string_literal: true

$LOAD_PATH << File.join(File.dirname(__FILE__), 'lib')

require 'upland_mobile_commons_rest'
require 'dotenv'
require 'byebug'

Dotenv.load('.env')

client = UplandMobileCommonsRest.new(username: ENV['USERNAME'], password: ENV['PASSWORD']) # rubocop:disable Lint/UselessAssignment

puts "Ready to call MobileCommons API using 'client' object"
byebug # rubocop:disable Lint/Debugger

puts 'Bye!'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
upland_mobile_commons_rest-0.3.1 example.rb
upland_mobile_commons_rest-0.3.0 example.rb
upland_mobile_commons_rest-0.2.0 example.rb