Module: Services Plain functionality in service methods.

Author:
License:
  • MIT
Source:

Methods

(inner) Get lorem ipsum text.(amount)

Parameters:
Name Type Description
amount int Integer positive whole number of words
Source:
Returns:
String

(inner) Get random ISBN numbers.(amount) → {array}

Parameters:
Name Type Description
amount int Integer positive whole number of ISBN numbers
Source:
Returns:
List - list of ISBN number strings
Type
array

(inner) Get random UUIDs.(amount) → {array}

Parameters:
Name Type Description
amount int Integer positive whole number
Source:
Returns:
List
Type
array

(inner) Get random numbers.(amount, from, to) → {array}

Parameters:
Name Type Description
amount int Integer positive whole number
from int Integer lowest possible value
to int Integer highest possible value
Source:
Returns:
List
Type
array

(inner) Get random phone numbers.(amount) → {array}

Parameters:
Name Type Description
amount int Integer positive whole number
Source:
Returns:
List
Type
array

(inner) Get random process names.(amount) → {array}

Parameters:
Name Type Description
amount int Integer positive whole number of names
Source:
Returns:
List - list of strings
Type
array

(inner) Get structure of atomic elements(amount, format)

Parameters:
Name Type Description
amount int Integer positive whole number of words
format array Array of format entries
Source:
Returns:
Array of structures

(inner) Get timestamps.(amount, from, to) → {array}

Parameters:
Name Type Description
amount int Integer positive whole number
from int Integer lowest possible value
to int Integer highest possible value
Source:
Returns:
List
Type
array
Author:
License:
  • MIT
Source:

Methods

(inner) Get lorem ipsum text.(amount)

Parameters:
Name Type Description
amount int Integer positive whole number of words
Source:
Returns:
String

(inner) Get random ISBN numbers.(amount) → {array}

Parameters:
Name Type Description
amount int Integer positive whole number of ISBN numbers
Source:
Returns:
List - list of ISBN number strings
Type
array

(inner) Get random UUIDs.(amount) → {array}

Parameters:
Name Type Description
amount int Integer positive whole number
Source:
Returns:
List
Type
array

(inner) Get random numbers.(amount, from, to) → {array}

Parameters:
Name Type Description
amount int Integer positive whole number
from int Integer lowest possible value
to int Integer highest possible value
Source:
Returns:
List
Type
array

(inner) Get random phone numbers.(amount) → {array}

Parameters:
Name Type Description
amount int Integer positive whole number
Source:
Returns:
List
Type
array

(inner) Get random process names.(amount) → {array}

Parameters:
Name Type Description
amount int Integer positive whole number of names
Source:
Returns:
List - list of strings
Type
array

(inner) Get structure of atomic elements(amount, format)

Parameters:
Name Type Description
amount int Integer positive whole number of words
format array Array of format entries
Source:
Returns:
Array of structures

(inner) Get timestamps.(amount, from, to) → {array}

Parameters:
Name Type Description
amount int Integer positive whole number
from int Integer lowest possible value
to int Integer highest possible value
Source:
Returns:
List
Type
array