Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

It's a npm package and API wrapper implement in Typescript for Cisco Data APIs.

License

Notifications You must be signed in to change notification settings

kwangsing3/cisco_service_api_wrapper

Repository files navigation

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.

About

It's a npm package and API wrapper implement in Typescript for Cisco Data APIs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published