MrRefactoring / jira.js

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
https://mrrefactoring.github.io/jira.js/
MIT License
366 stars 49 forks source link

Enable Experimental APIs in ServiceDeskClient #213

Closed mspinelli23 closed 2 years ago

mspinelli23 commented 2 years ago

When attempting to query an experimental endpoint, the following error is displayed: API is experimental. Experimental APIs are not guaranteed to be stable within the preview period. You must set the header 'X-ExperimentalApi: opt-in' to opt into using this API.

MrRefactoring commented 2 years ago

Hi @mspinelli23, which endpoints you tried call?

mspinelli23 commented 2 years ago

client.serviceDesk.getCustomers was the endpoint that I spotted it on