hatchet-dev / hatchet-python

Hatchet Python SDK for Interacting with the Hatchet Engine
16 stars 9 forks source link

feat: return event after push #89

Closed abelanger5 closed 1 month ago

abelanger5 commented 1 month ago

Example usage:

event = client.event.push("user:create", {"test": "test"})

print(event.eventId)