最近搜索
没有最近搜索
Zendesk Types (For Typescript Nest.js)
已于 2022年10月21日 发布
We are working on building internal tools using Nest.js which uses typeshift is there a maintained repository for Zendesk for Types? (Ticket, User, Views)
1
4
最近搜索
没有最近搜索
已于 2022年10月21日 发布
We are working on building internal tools using Nest.js which uses typeshift is there a maintained repository for Zendesk for Types? (Ticket, User, Views)
1
4 条评论
Carlos Flores
Found this: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node-zendesk/index.d.ts but it doesn't seem to be maintained.
0
Tipene Hughes
Hey Carlos,
Zendesk doesn't maintain an official repo for types at this time. I'd suggest looking in to third party repositories such as the one you linked.
Thanks!
Tipene
0
Mitch Ryan
Tipene Hughes I would just like to point out that if you had published OpenAPI definitions for your APIs then this would not be a problem, because we could programmatically generate types using popular open-source tools. Zendesk is neither providing official SDKs, nor the resources that the open-source community requires to build their own, and that's baffling to me, for a service of Zendesk's market share.
Perhaps you could weigh in on this other topic where a fellow support representative said two years ago that OpenAPI definitions were "getting close".
1
Development Cobbler
Any news on this topic? I'm currently making my own typings for a React/typescript (SPA). But it takes a lot of time to figure out what responses you get from ZAF. So I'd rather use a "safer" option maintained by Zendesk, so we know it's correct.
0