Sha256: d9f5c33a4a7d9c6a97321390f5dcf948a3e1782e08a424987b44e5e32fe5bcd8
Contents?: true
Size: 335 Bytes
Versions: 5
Compression:
Stored size: 335 Bytes
Contents
require_relative "./lib/biginsight.rb" # Initialize the BigInsight client biginsight = BigInsight.new('biin-30Zbxw43i22745zpuUzw') # Call the track method response = biginsight.track({ userInfo: 'user@gmail.com', page: 'Dashboard', action: 'Visit', isError: false }) puts response puts "Welcome to BigInsight: ruby library"
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
biginsight-0.0.30 | main.rb |
biginsight-0.0.29 | main.rb |
biginsight-0.0.28 | main.rb |
biginsight-0.0.27 | main.rb |
biginsight-0.0.26 | main.rb |