1.3.0 • Published 2 years ago

freshdesk-request v1.3.0

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

what is this?

Frshdesk request methods.

##Installation

Run npm i freshdesk-request

Use:

import requesAPI from freshdesk-request;


var config = {
  method: 'using http methods(anyone)',
  url: 'https://yourdomain.freshdesk.com/api/v2/tickets',
  headers: { 
    'Authorization': 'Basic encode(your api)',
    "Content-Type": 'application/json'
  }
}

let response = await requestAPI(config);

##Parameters

The requestAPI  accepts the http methods and url,headers and body.
1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago