Skip to content
Merged
Prev Previous commit
Next Next commit
fixup! fixup! [BUG] Fix issue with results_iter when API returns an o…
…bject CAT-213
  • Loading branch information
rhiannon-eldridge-lrn committed Aug 5, 2019
commit 51a0a4f3c186aa6d838a4c248fec48e8fd826d16
4 changes: 2 additions & 2 deletions learnosity_sdk/request/dataapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@


class DataApi(object):
@staticmethod
def request(endpoint, security_packet,

def request(self, endpoint, security_packet,
secret, request_packet={}, action='get'):
"""
Make a request to Data API
Expand Down