Sha256: 7687ece3ed81f2275c3d706fd45cc4f0d227288060bc5f02a5331da701df67bb

Contents?: true

Size: 274 Bytes

Versions: 14

Compression:

Stored size: 274 Bytes

Contents

# frozen_string_literal: true

module Telnyx
  module APIOperations
    module Create
      def create(params = {}, opts = {})
        resp, opts = request(:post, resource_url, params, opts)
        Util.convert_to_telnyx_object(resp.data, opts)
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
telnyx-2.6.0 lib/telnyx/api_operations/create.rb
telnyx-2.5.0 lib/telnyx/api_operations/create.rb
telnyx-2.4.0 lib/telnyx/api_operations/create.rb
telnyx-2.3.0 lib/telnyx/api_operations/create.rb
telnyx-2.2.0 lib/telnyx/api_operations/create.rb
telnyx-0.1.0 lib/telnyx/api_operations/create.rb
telnyx-0.0.8 lib/telnyx/api_operations/create.rb
telnyx-0.0.7 lib/telnyx/api_operations/create.rb
telnyx-0.0.6 lib/telnyx/api_operations/create.rb
telnyx-0.0.5 lib/telnyx/api_operations/create.rb
telnyx-0.0.4 lib/telnyx/api_operations/create.rb
telnyx-0.0.3 lib/telnyx/api_operations/create.rb
telnyx-0.0.2 lib/telnyx/api_operations/create.rb
telnyx-0.0.1 lib/telnyx/api_operations/create.rb