npm.io
0.1.3 • Published 3 years ago

cisco_service_api_wrapper

Licence
MIT
Version
0.1.3
Deps
2
Size
145 kB
Vulns
21
Weekly
0
Stars
1
DeprecatedThis package is deprecated

Github page | npm page

cisco_service_api_wrapper

English | 日本語 | 繁體中文 | 简体中文


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.