Sha256: ad73e49f49c25208e5ef8026989b802dfa3b218b2cf81279360d238966dab537

Contents?: true

Size: 1.48 KB

Versions: 79

Compression:

Stored size: 1.48 KB

Contents

=begin
#Carbon

#Connect external data to LLMs, no matter the source.

The version of the OpenAPI document: 1.0.0
=end

require 'spec_helper'
require 'json'

# Unit tests for Carbon::WebhooksApi
describe 'WebhooksApi' do
  before do
    # run before each test
    @api_instance = Carbon::WebhooksApi.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of WebhooksApi' do
    it 'should create an instance of WebhooksApi' do
      expect(@api_instance).to be_instance_of(Carbon::WebhooksApi)
    end
  end

  # unit tests for add_url
  # Add Webhook Url
  # @param add_webhook_props 
  # @param [Hash] opts the optional parameters
  # @return [Webhook]
  describe 'add_url test' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  # unit tests for delete_url
  # Delete Webhook Url
  # @param webhook_id 
  # @param [Hash] opts the optional parameters
  # @return [GenericSuccessResponse]
  describe 'delete_url test' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  # unit tests for urls
  # Webhook Urls
  # @param webhook_query_input 
  # @param [Hash] opts the optional parameters
  # @return [WebhookQueryResponse]
  describe 'urls 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

79 entries across 79 versions & 1 rubygems

Version Path
carbon_ruby_sdk-0.2.53 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.52 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.51 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.50 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.49 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.48 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.47 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.46 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.45 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.44 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.43 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.42 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.41 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.40 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.39 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.38 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.37 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.36 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.35 spec/api/webhooks_api_spec.rb
carbon_ruby_sdk-0.2.34 spec/api/webhooks_api_spec.rb