chai_py.auth module

class chai_py.auth.ChaiAuth(uid: str, key: str)

Bases: object

Credentials for developer API.

property is_guest
property key
property uid
chai_py.auth.get_auth()
chai_py.auth.set_auth(uid: str, key: str)

Sets package-wide developer authentication.

Parameters
  • uid – Developer Unique Identifier.

  • key – Developer key.

Returns