Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
prkumar committed Feb 5, 2019
1 parent 5e19235 commit f09d983
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions uplink/clients/io/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,13 @@ def send(self, request):
raise NotImplementedError

def apply_callback(self, callback, response):
"""
Invokes callback on the response.
Args:
callback (callable): a function that handles the response.
response: data returned from a server after request.
"""
raise NotImplementedError


Expand Down

0 comments on commit f09d983

Please sign in to comment.