Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Updates documentation for location_recent_media. #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/instagram/client/locations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ def location(id, *args)
# @overload location_recent_media(id, options={})
# @param user [Integer] An Instagram location ID.
# @param options [Hash] A customizable set of options.
# @option options [Integer] :min_timestamp (nil) Return media after this UNIX timestamp
# @option options [Integer] :max_timestamp (nil) Return media before this UNIX timestamp
# @option options [Integer] :min_id (nil) Returns results with an ID greater than (that is, newer than) or equal to the specified ID.
# @option options [Integer] :max_id (nil) Returns results with an ID less than (that is, older than) or equal to the specified ID.
# @option options [Integer] :count (nil) Limits the number of results returned per page.
# @return [Hashie::Mash]
# @example Return a list of the most recent media items taken at the Instagram office
# Instagram.location_recent_media(514276)
Expand Down