0.1.1 • Published 2 years ago

cisco_data_service v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Cisco_Data_Service

What is cisco_data_service ?

cisco_data_service is a wrapper for wrapping Cisco API from their doc and implementing in different program languages.

It helps developer to request Movies or TV shows for infomation and metadata.

This repo written by Typescript and publich in npm, see more here.


What kinds of projects are appropriated using with?


Useage

Install:

$npm install cisco_data_service@latest

Before use this tool, make sure already have your api_key.

import * as cds from 'cds'; // import as a namespace

cds.Init('YOUR api_key');        //Always init your TOKEN_key first.
cds.SetHeader({                  //Set header (optional but recommand)
    'User-Agent': 'npm package-dev',
    Referer: 'cisco_data_service',
  });

How do I recognize these APIs ?

Join Development ?

$git clone https://github.com/kwangsing3/Cisco_Data_Service.git &&

npm install ||

touch src/index.ts 

Others

leave a star, hope this tool would give you a big help.

THANK YOU :)

Any request are welcome.