Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (29 loc) · 443 Bytes

readme.md

File metadata and controls

41 lines (29 loc) · 443 Bytes

Countries

Get countries

Sample

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"
    }
]