node-zendesk
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "node-zendesk", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "zendesk API client wrapper", | ||
@@ -70,3 +70,6 @@ "keywords": [ | ||
}, | ||
"license": "MIT" | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
} |
@@ -1,13 +0,40 @@ | ||
# node-zendesk [![Join the chat at https://gitter.im/blakmatrix/node-zendesk](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/blakmatrix/node-zendesk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![build status](https://secure.travis-ci.org/blakmatrix/node-zendesk.png)](http://travis-ci.org/blakmatrix/node-zendesk) | ||
<div align="center"> | ||
[![node-zendesk logo](https://blakmatrix.github.io/node-zendesk/Node_Zendesk_logo.svg "When you realize nothing is lacking, the whole world belongs to you. -Lao Tzu")](https://blakmatrix.github.io/node-zendesk/) | ||
*A Zendesk API client library for use with node.js* | ||
[![npm][npm]][npm-url] | ||
**Read the full documentation at [blakmatrix.github.io/node-zendesk/](https://blakmatrix.github.io/node-zendesk/)** | ||
[![node][node]][node-url] | ||
[![licenses][licenses]][licenses-url] | ||
[![PR's welcome][prs]][prs-url] | ||
--- | ||
## Promise support introduced | ||
<a href="https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates#about-compatibility-scores"> | ||
<img src="https://api.dependabot.com/badges/compatibility_score?dependency-name=node-zendesk&package-manager=npm_and_yarn&previous-version=2.20&new-version=3.0.1"> | ||
</a> | ||
<a href="https://npmcharts.com/compare/node-zendesk?minimal=true"> | ||
<img src="https://img.shields.io/npm/dm/node-zendesk.svg"> | ||
</a> | ||
<a href="https://packagephobia.com/result?p=node-zendesk"> | ||
<img src="https://packagephobia.com/badge?p=node-zendesk" alt="install size"> | ||
</a> | ||
<a href="https://opencollective.com/node-zendesk#backer"> | ||
<img src="https://opencollective.com/node-zendesk/backers/badge.svg"> | ||
</a> | ||
<a href="https://opencollective.com/node-zendesk#sponsors"> | ||
<img src="https://opencollective.com/node-zendesk/sponsors/badge.svg"> | ||
</a> | ||
<a href="https://github.com/blakmatrix/node-zendesk/graphs/contributors"> | ||
<img src="https://img.shields.io/github/contributors/blakmatrix/node-zendesk.svg"> | ||
</a> | ||
<a href="https://github.com/blakmatrix/node-zendesk/discussions"> | ||
<img src="https://img.shields.io/github/discussions/blakmatrix/node-zendesk"> | ||
</a> | ||
<h1>node-zendesk</h1> | ||
<p><i>A Zendesk API client library for use with node.js</i></p> | ||
<p> | ||
node-zendesk is a versatile gateway between Node.js and the Zendesk Customer Support Platform. Primarily designed for seamless integration with Node.js applications, it also excels in transforming, accessing, and packaging various Zendesk resources and assets. Beyond its core function, it stands ready to bridge the gap between development and Zendesk's powerful capabilities. | ||
</p> | ||
</div> | ||
Promise support was introduced in @v`2.0.0`, the Legacy version of node-zendesk without Promises @v`1.5.0` | ||
**Read the full documentation at [blakmatrix.github.io/node-zendesk/](https://blakmatrix.github.io/node-zendesk/)** | ||
@@ -66,6 +93,30 @@ ## Install | ||
Zendesk's documentation can be found [here](https://developer.zendesk.com/rest_api/docs/core/introduction). | ||
Zendesk's documentation can be found [here](https://developer.zendesk.com/documentation/). | ||
## 🌟 Support Our Project! | ||
🎉 Join our community of supporters, backers, and sponsors to help fuel the growth and sustainability of our open-source project. Your contribution, no matter the size, makes a meaningful impact: | ||
- **Supporters ($1/month):** Even a small contribution helps us continue our mission. Every dollar adds up! | ||
- **Backers ($5/month):** Take your support up a notch and gain exclusive updates and features. | ||
- **Sponsors ($100/month):** Champion the project's progress, get prominent recognition, and shape its future. | ||
By becoming a supporter, backer, or sponsor, you're investing in the innovation and excellence of our project. Together, we can drive meaningful change and empower developers worldwide. | ||
🚀 [Join Us](https://opencollective.com/node-zendesk) | [Learn More](https://opencollective.com/node-zendesk) | ||
## License | ||
MIT. | ||
[npm]: https://img.shields.io/npm/v/node-zendesk.svg | ||
[npm-url]: https://npmjs.com/package/node-zendesk | ||
[node]: https://img.shields.io/node/v/node-zendesk.svg | ||
[node-url]: https://nodejs.org | ||
[prs]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg | ||
[prs-url]: https://github.com/blakmatrix/node-zendesk/blob/master/CONTRIBUTING.md | ||
[licenses-url]: https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fblakmatrix%2Fnode-zendesk?ref=badge_shield | ||
[licenses]: https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fblakmatrix%2Fnode-zendesk.svg?type=shield | ||
Sorry, the diff of this file is not supported yet
182431
122