Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Private baseUrl

baseUrl: string
memberof

BaseService

Private key

key: string
memberof

BaseService

Private urlService

urlService: string

Base Url of the Service API

memberof

BaseService

Private user

user: string
memberof

BaseService

Accessors

Protected serviceUrl

  • get serviceUrl(): string

Methods

handleApiError

postMany

  • Crée ou modifie un ensemble d'actions. Si une action correspondant à la clé uniqueproperty existe, alors l'API met à jour l'action. Sinon l'API effectue une création.

    memberof

    ActionService

    Parameters

    • actions: KobanAction[]

      Liste des actions en tableau

    • uniqueproperty: KobanActionUniqueProperty

      Propriété sélectionnée pour vérifier si l'action doit être créé ou modifié. L'API vérifie qu'une action correspondante à cette clé existe. Si elle existe, L'api effectue une modification, sinon il effectue une création

    Returns Promise<string[]>

postOne

Legend

  • Constructor
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Private property
  • Private method
  • Property

Generated using TypeDoc