carbocation / go-instagram

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

Add MediaService#GetShortCode to correspond w/ API endpoint #10

Closed dimroc closed 9 years ago

dimroc commented 9 years ago

As seen here:

https://instagram.com/developer/endpoints/media/?hl=en#get_media_by_shortcode

https://api.instagram.com/v1/media/shortcode/D?access_token=ACCESS-TOKEN
carbocation commented 9 years ago

This looks great; thanks, also, for adding the test for it.