spec/api/index_api_spec.rb in intrinio-sdk-6.27.2 vs spec/api/index_api_spec.rb in intrinio-sdk-6.27.3
- 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.56.6
+OpenAPI spec version: 2.61.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: unset
=end
@@ -43,10 +43,48 @@
it "should work" do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
+ # unit tests for get_all_eod_index_prices
+ # All End of Day Index Prices
+ #
+ # @param [Hash] opts the optional parameters
+ # @option opts [Integer] :page_size The number of results to return
+ # @option opts [Date] :start_date Limit prices to those on or after this date
+ # @option opts [Date] :end_date Limit prices to those on or before this date
+ # @return [ApiResponseEodIndexPricesAll]
+ describe 'get_all_eod_index_prices 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_all_index_summaries
+ # All Index Summaries
+ #
+ # @param [Hash] opts the optional parameters
+ # @option opts [Integer] :page_size The number of results to return
+ # @return [ApiResponseIndices]
+ describe 'get_all_index_summaries 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_all_realtime_index_prices
+ # All Realtime Index Prices
+ #
+ # @param [Hash] opts the optional parameters
+ # @option opts [Integer] :page_size The number of results to return
+ # @return [ApiResponseRealtimeIndexPrices]
+ describe 'get_all_realtime_index_prices 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_all_sic_indices
# All SIC Indices
#
# @param [Hash] opts the optional parameters
# @option opts [Integer] :page_size The number of results to return
@@ -126,13 +164,40 @@
it "should work" do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
+ # unit tests for get_eod_index_price_by_id
+ # End of Day Index Prices By Identifier
+ #
+ # @param identifier The index symbol
+ # @param [Hash] opts the optional parameters
+ # @option opts [Integer] :page_size The number of results to return
+ # @option opts [Date] :start_date Limit prices to those on or after this date
+ # @option opts [Date] :end_date Limit prices to those on or before this date
+ # @return [ApiResponseEodIndexPrices]
+ describe 'get_eod_index_price_by_id 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_index_summary_by_id
+ # Index Summary By Identifier
+ #
+ # @param identifier The index symbol
+ # @param [Hash] opts the optional parameters
+ # @return [ApiResponseIndex]
+ describe 'get_index_summary_by_id 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_realtime_index_price_by_id
- # Realtime Index Price
+ # Realtime Index Price By Identifier
#
- # @param identifier The ticker symbol of the currently trading index
+ # @param identifier The index symbol
# @param [Hash] opts the optional parameters
# @return [RealtimeIndexPrice]
describe 'get_realtime_index_price_by_id test' do
it "should work" do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers