Skip to content

Commit

Permalink
Update docu.
Browse files Browse the repository at this point in the history
  • Loading branch information
keolo committed Sep 22, 2012
1 parent 21478be commit a2047d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/mixpanel/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ def initialize(config)
# bucket: 'contents'
# })
#
# @options [Block] options variables used to make a specific request for mixpanel data
# @return [JSON, String] mixpanel response as a JSON object or CSV string
# @resource [String] mixpanel api resource endpoint
# @options [Hash] options variables used to make a specific request for mixpanel data
# @return [JSON, String] mixpanel response as a JSON object or CSV string
def request(resource, options)
@format = options[:format] || :json
@uri = URI.mixpanel(resource, normalize_options(options))
Expand Down

0 comments on commit a2047d5

Please sign in to comment.