@cloudpilots/freshservice-serverless
v4.0.1
Published
Freshservice serverless types and utils
Downloads
34
Keywords
Readme
@cloudpilots/freshservice-serverless
Version Update 4.0.0 - September 2023
- The package has been refactored to be compatible with Freshworks Platform version v2.3.
- To understand the differences from the previous version, please refer to the Migration Overview.
- Request definitions have been simplified. Only request names and options (such as
context
,body
, etc.) are now listed. The actual request code will reside in the application that uses this package.
Installation
To install the package, run the following command:
npm install @cloudpilots/freshservice-serverless
Example Requests
Example requests are provided in the requests.json
file. Make sure to add the necessary requests to your application's requests.json
file.
Pre-requisites
Make sure you know which API requests you'll be using in your application.
Usage
Steps
- Identify Required Requests: Review the
requests.json
file in this package to identify the API calls you need. - Copy and Paste: Copy the necessary request definitions from this package's
requests.json
and paste them into your application'srequests.json
file. - Update Manifest: Add the request definitions to your application's
manifest.json
file.