Sha256: 16c07001eb9698f3b49d43f39af41b53172f59972bde01a0688697c2d6b658a8
Contents?: true
Size: 1.56 KB
Versions: 12
Compression:
Stored size: 1.56 KB
Contents
=begin #Marketing Events Extension #These APIs allow you to interact with HubSpot's Marketing Events Extension. It allows you to: * Create, Read or update Marketing Event information in HubSpot * Specify whether a HubSpot contact has registered, attended or cancelled a registration to a Marketing Event. * Specify a URL that can be called to get the details of a Marketing Event. 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::Marketing::Events::SearchApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'SearchApi' do before do # run before each test @api_instance = Hubspot::Marketing::Events::SearchApi.new end after do # run after each test end describe 'test an instance of SearchApi' do it 'should create an instance of SearchApi' do expect(@api_instance).to be_instance_of(Hubspot::Marketing::Events::SearchApi) end end # unit tests for do_search # Search for marketing events # Search for marketing events that have an event id that starts with the query string # @param q The partial event id to search for # @param [Hash] opts the optional parameters # @return [CollectionResponseMarketingEventExternalUniqueIdentifierNoPaging] describe 'do_search 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
12 entries across 12 versions & 1 rubygems