carbocation / go-instagram

Go library for accessing Instagram REST and Search APIs
BSD 2-Clause "Simplified" License
51 stars 20 forks source link

/tags/tag-name/media/recent supports Count param #1

Closed wari closed 9 years ago

wari commented 9 years ago

Other that MinID and MaxID options, the Count param was not included in the current implementation. This works now, and returns the exact number of []Media when opt.Count is included in the request.