Skip to content

Commit

Permalink
add query params when getting metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ssssarah committed Sep 3, 2024
1 parent 244e900 commit 19f8ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kgforge/specializations/stores/bluebrain_nexus.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ async def _retrieve_id(
url = url_resource

async with session.request(
method=hdrs.METH_GET, url=url, headers=self.service.headers
method=hdrs.METH_GET, url=url, headers=self.service.headers, params=query_params
) as response_not_source_with_metadata:
# turns the retrieved data into a resource
not_source_with_metadata = await response_not_source_with_metadata.json()
Expand Down

0 comments on commit 19f8ba6

Please sign in to comment.