Home Reference Source Repository

Function

Static Public Summary
public

check(args: {}): *

public

fetch(endpoint: *, config: {}): *

public

forgot(args: {}): *

public

post(endpoint: *, args: *): *

public

postProcess(response: *): *

public

prelogin(args: {}): *

Static Public

public check(args: {}): * source

import {check} from 'js-api/src/auth.js'

Params:

NameTypeAttributeDescription
args {}
  • optional
  • default: {}

Return:

*

public fetch(endpoint: *, config: {}): * source

import fetch from 'js-api/src/lib/fetch.js'

Params:

NameTypeAttributeDescription
endpoint *
config {}
  • optional
  • default: {}

Return:

*

public forgot(args: {}): * source

import {forgot} from 'js-api/src/auth.js'

Params:

NameTypeAttributeDescription
args {}
  • optional
  • default: {}

Return:

*

public post(endpoint: *, args: *): * source

import {post} from 'js-api/src/lib/fetch.js'

Params:

NameTypeAttributeDescription
endpoint *
args *

Return:

*

public postProcess(response: *): * source

import {postProcess} from 'js-api/src/lib/fetch.js'

Params:

NameTypeAttributeDescription
response *

Return:

*

public prelogin(args: {}): * source

import {prelogin} from 'js-api/src/auth.js'

Params:

NameTypeAttributeDescription
args {}
  • optional
  • default: {}

Return:

*