diff --git a/confluent/httpapi.py b/confluent/httpapi.py index abdf5d2a..145250f0 100644 --- a/confluent/httpapi.py +++ b/confluent/httpapi.py @@ -342,7 +342,7 @@ def _assemble_json(responses, resource, url): rspdata = {} for rsp in responses: if isinstance(rsp, confluent.messages.LinkRelation): - haldata = rsp.raw_rel() + haldata = rsp.raw() for hk in haldata.iterkeys(): if hk in links: if isinstance(links[hk], list):