Get countries
import { Countries } from 'top-tracker'
const parameters = {}
const input = {}
new Countries(parameters)
.call(input)
.then((output) => {})
.catch(({ message, payload }) => {})
- Parameters
/* whitout parameters */
- Input
/* whitout input */
- Output
[
{
"id": "isNumber",
"name": "isString"
}
]