Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Sigaa

Main class, used to instantiate other classes in standard use.

Hierarchy

  • Sigaa

Index

Constructors

constructor

Properties

Readonly accountFactory

accountFactory: AccountFactory

Instance of account factory.

Private http

http: HTTP

Instance of http.

Readonly httpFactory

httpFactory: HTTPFactory

Instance of http factory.

Readonly httpSession

httpSession: HTTPSession

Instance of http session.

Readonly loginInstance

loginInstance: Login

Instance of login class.

Readonly parser

parser: Parser

Instance of parser.

Readonly session

session: Session

Instance of session.

Accessors

search

Methods

close

  • close(): void
  • Close the instance, it just clears the session data, if you want to log off the system you must use Account.logoff().

    Returns void

loadFile

login

  • login(username: string, password: string): Promise<Account>

Generated using TypeDoc