MrRefactoring / jira.js

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API

Home Page:https://mrrefactoring.github.io/jira.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable Experimental APIs in ServiceDeskClient

mspinelli23 opened this issue · comments

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.

Hi @mspinelli23, which endpoints you tried call?

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