module FREDAPI::Client::Category::Children

Category module for fred/category/children endpoint

Public Instance Methods

category_children(opts={}) click to toggle source

Get the child categories for a specified parent category

@param opts [Hash] options hash of parameters @option opts [Integer] api_key 32 character alpha-numeric lowercase string @option opts [String] file_type A key or file extension that indicates the type of file to send @option opts [Integer] category_id The id for a category @option opts [String] realtime_start The start of the real-time period @option opts [String] realtime_end The end of the real-time period @return [Hashie::Mash] Hash containing the results

# File lib/fredapi/client/category/children.rb, line 16
def category_children opts={}
  get "fred/category/children", opts
end