cryptotalkapi-token-mgmt
Version:
This package helps you to refresh the access token every 12 hours. You need access_token to access APIs provided by cryptotalk. All APIs are free to use. More information can be found here: https://cryptotalk.gitbook.io/
25 lines (24 loc) • 645 B
JSON
{
"name": "cryptotalkapi-token-mgmt",
"version": "1.0.4",
"description": "This package helps you to refresh the access token every 12 hours. You need access_token to access APIs provided by cryptotalk. All APIs are free to use. More information can be found here: https://cryptotalk.gitbook.io/",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cryptotalk",
"APIs",
"AWS",
"Access",
"Token",
"Aave",
"1INCH",
"Ethereum"
],
"author": "Official CryptoTalk Team",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.6.1"
}
}