Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nosivads committed Dec 12, 2024
1 parent bdfaed0 commit c18103f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api_scripts/orderedrecords.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
resource_id = "30"

resource_tree = client.get(f"/repositories/2/resources/{resource_id}/ordered_records").json()
print(json.dumps(resource_tree, indent=4, sort_keys=True))
#print(json.dumps(resource_tree, indent=4, sort_keys=True))
print(resource_tree)

'''
with open(f"/tmp/items.csv", mode="w") as csv_file:
Expand Down

0 comments on commit c18103f

Please sign in to comment.