spec/api/zacks_api_spec.rb in intrinio-sdk-6.26.7 vs spec/api/zacks_api_spec.rb in intrinio-sdk-6.26.8
- old
+ new
@@ -1,11 +1,11 @@
=begin
#Intrinio API
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
-OpenAPI spec version: 2.52.1
+OpenAPI spec version: 2.52.5
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: unset
=end
@@ -192,9 +192,30 @@
# @option opts [String] :identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
# @option opts [Integer] :page_size The number of results to return
# @option opts [String] :next_page Gets the next page of data from a previous API call
# @return [ApiResponseZacksLongTermGrowthRates]
describe 'get_zacks_long_term_growth_rates 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 get_zacks_sales_estimates
+ # Zacks Sales Estimates
+ # This database offers consensus sales estimates for over 5,000 US and Canadian listed companies.
+ # @param [Hash] opts the optional parameters
+ # @option opts [String] :identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
+ # @option opts [Date] :start_date Limit Sales estimates to those on or after this date
+ # @option opts [Date] :end_date Limit Sales estimates to those on or before this date
+ # @option opts [Integer] :fiscal_year Only for the given fiscal year
+ # @option opts [String] :fiscal_period The fiscal period
+ # @option opts [Integer] :calendar_year Only for the given calendar year
+ # @option opts [String] :calendar_period The calendar period
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
+ # @option opts [Integer] :page_size The number of results to return
+ # @option opts [String] :next_page2 Gets the next page of data from a previous API call
+ # @return [ApiResponseZacksSalesEstimates]
+ describe 'get_zacks_sales_estimates test' do
it "should work" do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end