Sha256: 1aac24b0f0ef66efb315794bc4fa8b666adc40a0155d107c1997d91a4d0881c5
Contents?: true
Size: 1.2 KB
Versions: 32
Compression:
Stored size: 1.2 KB
Contents
require 'spec_helper' require 'json' # Unit tests for Phrase::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 = Phrase::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(Phrase::SearchApi) end end # unit tests for search_in_account # Search across projects # Search for keys and translations in all account projects <br><br><i>Note: Search is limited to 10000 results and may not include recently updated data depending on the project sizes.</i> # @param account_id Account ID # @param search_in_account_parameters # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional) # @return [AccountSearchResult] describe 'search_in_account 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
32 entries across 32 versions & 1 rubygems