Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IliasBuddyFetchEntriesApi

Module to easily fetch Ilias entries / test connection to RSS feed / ...

Hierarchy

  • IliasBuddyFetchEntriesApi

Index

Constructors

constructor

Methods

getCurrentEntries

  • getCurrentEntries(): Promise<Entry[]>

getCurrentEntriesRaw

Static testConnection

  • testConnection(url: string, userName: string, password: string): Promise<any>
  • Test if a successful connection can be established

    Parameters

    • url: string

      Private Ilias RSS feed url

    • userName: string

      Private Ilias RSS feed username

    • password: string

      Private Ilias RSS feed password

    Returns Promise<any>

Generated using TypeDoc