You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
Add new method create_house to the object HivenClient, which should create a new house and return it.
Describe the solution you'd like
Implementing a new method that sends a create request to the API and then listens for the HOUSE_JOIN event, and fetches its data to create the new House and return it.
Describe alternatives you've considered
No alternatives were considered.
Additional context
Old create_house method before clean rewrite: here
Is your feature request related to a problem? Please describe.
Add new method
create_houseto the objectHivenClient, which should create a new house and return it.Describe the solution you'd like
Implementing a new method that sends a create request to the API and then listens for the
HOUSE_JOINevent, and fetches its data to create the newHouseand return it.Describe alternatives you've considered
No alternatives were considered.
Additional context
Old
create_housemethod before clean rewrite: here