nutrimatic.models.accounts

nutri-matic Package

Description: Accounts Model: (Accounts)

Classes

| Accounts(**data) | Represents user accounts. | |—————————————————————-|—————————–|

class nutrimatic.models.accounts.Accounts(**data)

Bases: BaseModel

Represents user accounts.

github_username

GitHub username of the account.

  • Type: str

twitter_username

Twitter handle.

  • Type: str

linkedin_usercode

LinkedIn user code.

  • Type: str

buymeacoffee_username

BuyMeACoffee username.

  • Type: str

github_username : str

twitter_username : str

linkedin_usercode : str

buymeacoffee_username : str