-
**Description of the enhancement:**
The following apps do not use jQuery. But, it was imported in the HTML files of the application.
1. Demo-Apps/react_todo_app
2. Demo-Apps/sentimental_jeff_app
3…
-
Not sure when it started but we are now getting a submission error with Freshservice.
![image](https://user-images.githubusercontent.com/16546032/103562059-15981180-4e80-11eb-89e5-95da74ac9377.png)
…
-
**Describe the sample app use-case :**
Freshsales has a small quirk (currently) with respect to its Data APIs giving very little information (mainly just an ID) about the entity in question. This mea…
-
**Describe the sample app use-case :**
The existing sample app - https://github.com/freshdesk/marketplace-sample-apps/tree/master/Freshdesk/v2/simple_request_app - is a good way to learn how to use t…
-
**Describe the bug**
The sample_crm_app for Freshdesk fails due to the app using Basic Auth for Freshsales API. Fix is required to access the Freshsales APIs
**Noted in which product sample app**
…
-
**Description of the enhancement:**
From last few weeks, we started working to add some code comments adhering to [JSDoc standards](https://devhints.io/jsdoc).
**Expectation**
For example commen…
-
**Description of the enhancement:**
In the [server.js](https://github.com/freshdesk/marketplace-sample-apps/blob/master/Freshdesk/v2/external_events_app/server/server.js) file of the [external events…
-
**Description of the enhancement:**
We need to convert ES6 code to ES5 in these two javascript files
https://github.com/freshdesk/marketplace-sample-apps/blob/master/Freshdesk/v2/instance_api_app/ap…
-
Hi,
For installing the provider we used `go get` since `go install` didn't work.
After verifying that the provider is installed and we were able to run terraform plan on this sample code
```
…
ghost updated
4 years ago
-
# Steps to reproduce
```powershell
$Header = @{
Authorization = "Basic "
"Content-Type" = "application/json"
}
Invoke-RestMethod -Uri https://MyOrg.freshservice.com/api/v2/assets/1511/de…