Sha256: af84e8e592ec87da4877396b0e1c510cd6012dc996354929a62f6bd566c3078d
Contents?: true
Size: 1.55 KB
Versions: 22
Compression:
Stored size: 1.55 KB
Contents
=begin #Visitor Identification #The Visitor Identification API allows you to pass identification information to the HubSpot chat widget for otherwise unknown visitors that were verified by your own authentication system. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.3.1 =end require 'spec_helper' require 'json' # Unit tests for Hubspot::Conversations::VisitorIdentification::GenerateApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'GenerateApi' do before do # run before each test @api_instance = Hubspot::Conversations::VisitorIdentification::GenerateApi.new end after do # run after each test end describe 'test an instance of GenerateApi' do it 'should create an instance of GenerateApi' do expect(@api_instance).to be_instance_of(Hubspot::Conversations::VisitorIdentification::GenerateApi) end end # unit tests for generate_token # Generate a token # Generates a new visitor identification token. This token will be unique every time this endpoint is called, even if called with the same email address. This token is temporary and will expire after 12 hours # @param identification_token_generation_request # @param [Hash] opts the optional parameters # @return [IdentificationTokenResponse] describe 'generate_token test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
22 entries across 22 versions & 1 rubygems