Sha256: b1a49baf981dc1c5c225037d387ea0966eb625df2e799bf16c0d65d92ccae4ea

Contents?: true

Size: 1.29 KB

Versions: 3

Compression:

Stored size: 1.29 KB

Contents

=begin
#Composio OpenAPI

#Composio SDK: Equip your agent with high-quality tools and build your real-world usecase

The version of the OpenAPI document: 1.0.0
=end

require 'spec_helper'
require 'json'

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

  after do
    # run after each test
  end

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

  # unit tests for get_user_info
  # Get user info
  # Get client info
  # @param [Hash] opts the optional parameters
  # @return [ClientInfoResDTO]
  describe 'get_user_info 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 identify_client_operation
  # Identify client
  # @param [Hash] opts the optional parameters
  # @option opts [IdentifyClientReqDTO] :identify_client_req_dto IdentifyClientReqDTO
  # @return [IdentifyClientResDTO]
  describe 'identify_client_operation 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

3 entries across 3 versions & 1 rubygems

Version Path
composio-0.1.18 spec/api/auth_api_spec.rb
composio-0.1.17 spec/api/auth_api_spec.rb
composio-0.1.16 spec/api/auth_api_spec.rb