@marcelkloubert/appwrite-sdk
    Preparing search index...

    Class AppwriteProject

    Handles an Appwrite project.

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    options: Readonly<AppwriteProjectOptions>

    The options.

    Accessors

    • get client(): Client

      Gets the underlying client instance.

      Returns Client

    • get id(): string

      Gets the ID of that project.

      Returns string

    Methods

    • Initializes the database context.

      Returns Promise<void>