CodBi
    Preparing search index...

    Questo Elemento Placeholder registra il "Date.Holidays"-EP che fa richieste a "API-Feiertage.de" per recuperare le festivitĂ  tedesche di tutti gli stati.

    Parametro di configurazione (l'ordine non ha importanza, senza distinzione tra maiuscole e minuscole):

    • Stati: bw,by,be,bb,hb,hh,he,mv,ni,nw,rp,sl,sn,st,sh,th
    • "THIS_YEAR": rappresenta l'anno corrente e supporta l'aritmetica operazioni ( +/- es. QUESTO_ANNO + 1 = prossimo anno)
    • "Friedensfest": la festa della pace di Augusta.
    • "KATHOLISCH": vacanze cattoliche

    Autore iniziale: Callari, Salvatore (Callari@WaXCode.net) Manutentore: Callari, Salvatore (Callari@WaXCode.net)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    buffer: Map<string, string[] | Promise<string[]>> = ...

    Stores the requests already made.

    Methods

    • Genera una chiave-string che può essere utilizzata per confrontare ApiRequest tra loro.

      Parameters

      • from: ApiRequest

        The ApiRequest to generate the key from.

      Returns string

      La chiave richiesta.

    • Parameters

      • params: string[]

        The parameters for that Element-Placeholder (provided by CodBi).

      Returns Promise<string[]>