0.1.3 • Published 1 year ago

cisco_service_api_wrapper v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

cisco_service_api_wrapper

What is cisco_service_api_wrapper ?

cisco_service_api_wrapper 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_service_api_wrapper@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_service_api_wrapper',
  });

How do I recognize these APIs ?

Join Development ?

$git clone https://github.com/kwangsing3/cisco_service_api_wrapper.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.