Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RocosClient

Rocos-JS client class.

Hierarchy

  • RocosClient

Index

Constructors

constructor

Properties

account

admin

assetStorage

assetStorage: AssetStorageService

Private baseURL

baseURL: string

configGroup

configGroup: ConfigGroupService

dashboard

dashboard: DashboardService

data

function

function: FunctionService

http

Private httpRequest

httpRequest: HttpRequest

Private platformtimeService

platformtimeService: PlatFormTimeService

project

robot

schedule

schedule: ScheduleService

search

stream

user

workflow

workflow: WorkflowService

Static Private Optional changeSubject$

changeSubject$: Subject<RocosChangeMessage>

Accessors

platformTime

  • get platformTime(): number

platformTimeOffset

  • get platformTimeOffset(): number

Methods

hello

  • hello(): string

login

  • login(email: string, password: string, invitationCode?: string): Observable<RocosResponse<any>>
  • Login with email and password

    Parameters

    • email: string

      Email address

    • password: string

      Password

    • Optional invitationCode: string

      Invitation Code (Optional)

    Returns Observable<RocosResponse<any>>

removeToken

  • removeToken(): void

resetPassword

signup

updateToken

  • updateToken(token: string): void

Static getChangeSubject

Generated using TypeDoc