Skip to content

Sample codes to demonstrate making API calls using Request Method

Notifications You must be signed in to change notification settings

freshworks-developers/request-method-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Request method sample app

This sample app demonstrates request method on Platform version 3.0 in different modules.

Module Works in Product
common Common full page app
support_ticket Freshdesk
deal Freshworks CRM, Freshsales Suite

Files and Folders

.
├── README.md                 A file for your future self and developer friends to learn about app
├── app                       A folder to place all assets required for frontend components
│   ├── index.html            A landing page for the user to use the app
│   ├── scripts               JavaScript to place files frontend components business logic
│   │   └── app.js
│   └── styles                A folder to place all the styles for app
│       ├── images
│       │   └── icon.svg
│       └── style.css
├── config                    A folder to place all the configuration files
│   └── iparams.json
│   └── requests.json
├── server                    A folder to place all the configuration files
│   └── server.js
└── manifest.json             A JSON file holding meta data for app to run on platform

Explore more of app sample apps on the Freshworks github respository.

About

Sample codes to demonstrate making API calls using Request Method

Topics

Resources

Stars

Watchers

Forks