list.suggesttip typo error
Opened this issue · 0 comments
Deleted user commented
ef suggesttip(self, LIST_ID, params, multi=False):
"""https://developer.foursquare.com/docs/lists/suggesttip"""
return self.GET('{LIST_ID}/suggestphoto'.format(LIST_ID=LIST_ID), params, multi=multi)
copy paste in GET, suggestphoto -> suggesttip