Client#
- class recnetpy.Client#
The main interface used for interacting and accessing RecNet data.
- accounts: AccountManager#
Use this property to request account data. It serves as a factory for all account objects.
- async close() None#
This function closes the underlying connection to the server, and closes the thread pool. Its recommended to call this function at the end of the program.
- events: EventManager#
Use this property to request event data. It serves as a factory for all event objects.
- images: ImageManager#
Use this property to request image data. It serves as a factory for all image objects.
- inventions: InventionManager#
Use this property to request invention data. It serves as a factory for all invention objects.
- rec_net: RouteManager#
All request are routed through this manager. It responsible for managing data.
- rooms: RoomManager#
Use this property to request room data. It serves as a factory for all room objects.