fix(object): step into 'data' in get response
This commit is contained in:
@@ -49,7 +49,7 @@ class Resource(ResourceBase):
|
||||
params = {"stream_id": stream_id, "object_id": object_id}
|
||||
|
||||
return self.make_request(
|
||||
query=query, params=params, return_type=["stream", "object"]
|
||||
query=query, params=params, return_type=["stream", "object", "data"]
|
||||
)
|
||||
|
||||
def create(self, stream_id: str, objects: List[Dict]) -> str:
|
||||
|
||||
Reference in New Issue
Block a user