ahmdrz / goinsta

Unofficial Instagram API written in Golang
MIT License
895 stars 247 forks source link

Refactored the SavedMedia struct and methods #321

Closed tarasyarema closed 3 years ago

tarasyarema commented 4 years ago

Implemented the Media interface for the SavedMedia structure, so that all the saved media can be fetched using the Next() method.

Also I saw that there was no Unsave method, so I implemented it too.

I tested in my personal account and it seems to work.

tarasyarema commented 4 years ago

Btw, if everything is ok I would like to ask if you can merge on October :3

ahmdrz commented 4 years ago

Hey, this was perfect. thank you. I appreciate this.

tarasyarema commented 4 years ago

Whenever you want @ahmdrz :)

tarasyarema commented 3 years ago

Hi @ahmdrz will this be merged anytime soon?