1.8.11 • Published 2 years ago

@org-testfc/demotestpk1 v1.8.11

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

STEPS

run : npm i @org-testfc/demotestpk1

create index.js file

Paste following steps

check result


usage:


const clist = require("@org-testfc/demotestpk1"); // import the installed package

const test = "abc";

clist.hello(test);

clist.signout(test);

// invalid data

const user = "ZEBRA";

const api_key = "ZEBRA:ZEBRA45637c13c07035333fe7bd8d8db7c52";

clist .getContests(user, api_key) .then((res) => { console.log(" $$$$$$$$$$$ RESPONSE LOGGED $$$$$$$$$$$"); }) .catch((err) => { console.log(" ------------ RESPONSE LOGGED ------------- "); });


CONSOLE LOG OUTPUT


abc 11111111

abc SIGN OUT

################ ERROR LOGGED ##############

AxiosError: Request failed with status code 401 {

1.8.11

2 years ago

1.8.10

2 years ago

1.8.8

2 years ago

1.8.7

2 years ago

1.8.6

2 years ago

1.8.5

2 years ago

1.8.4

2 years ago

1.8.3

2 years ago

1.8.2

2 years ago

1.8.1

2 years ago

1.8.0

2 years ago

1.7.5

2 years ago

1.7.4

2 years ago

1.7.3

2 years ago

1.7.2

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

0.7.0

2 years ago