class Rakuten::Api::Recipe

Constants

CategoryList
CategoryRanking

Public Class Methods

category_list(opts={}) click to toggle source

Recipe Category List API (version:2012-11-21)

# File lib/rakuten/api/recipe.rb, line 13
def category_list(opts={})
  Rakuten::Request.get("https://app.rakuten.co.jp/services/api/Recipe/CategoryList/20121121", Rakuten::Api.merge(opts))
end
category_ranking(opts={}) click to toggle source

Recipe Category Ranking API (version:2012-11-21)

# File lib/rakuten/api/recipe.rb, line 18
def category_ranking(opts={})
  Rakuten::Request.get("https://app.rakuten.co.jp/services/api/Recipe/CategoryRanking/20121121", Rakuten::Api.merge(opts))

end