please add get_lastfunction_headers(self) [implementation attached] #205

Closed
opened 2013-05-28 05:56:23 -07:00 by rbpasker · 1 comment
rbpasker commented 2013-05-28 05:56:23 -07:00 (Migrated from github.com)

    def get_lastfunction_headers(self):
        if self._last_call is None:
            raise TwythonError('This function must be called after an API call.  It delivers header information.')
        return self._last_call['headers']

``` python def get_lastfunction_headers(self): if self._last_call is None: raise TwythonError('This function must be called after an API call. It delivers header information.') return self._last_call['headers'] ```
rbpasker commented 2013-05-29 08:44:42 -07:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: repos/twython#205
No description provided.