Skip to content

Commit

Permalink
WIP a response class
Browse files Browse the repository at this point in the history
  • Loading branch information
ceteri committed Feb 11, 2020
1 parent ef50c3d commit 918f7ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion richcontext/scholapi/scholapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1039,8 +1039,11 @@ class _ScholInfraResponse:
manage the response from a specific Scholarly Infrastructure API
"""

def __init__ (self):
def __init__ (self, parent=None, meta=None, timing=0, message=None):
self.parent = parent
self.meta = meta
self.timing = timing
self.message = message


######################################################################
Expand Down

0 comments on commit 918f7ea

Please sign in to comment.