deploy: d6b1f0d21d
This commit is contained in:
parent
3aa01b8e09
commit
d70585aa72
5 changed files with 9 additions and 10 deletions
|
@ -3805,7 +3805,7 @@
|
|||
<br class="clear">
|
||||
|
||||
<footer>
|
||||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Thu Nov 26 2020 13:26:11 GMT+0000 (Coordinated Universal Time)
|
||||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Tue Dec 15 2020 10:36:21 GMT+0000 (Coordinated Universal Time)
|
||||
</footer>
|
||||
|
||||
<script> prettyPrint(); </script>
|
||||
|
|
|
@ -254,7 +254,7 @@ export const msgTypeImage = 'image';
|
|||
<br class="clear">
|
||||
|
||||
<footer>
|
||||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Thu Nov 26 2020 13:26:11 GMT+0000 (Coordinated Universal Time)
|
||||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Tue Dec 15 2020 10:36:21 GMT+0000 (Coordinated Universal Time)
|
||||
</footer>
|
||||
|
||||
<script> prettyPrint(); </script>
|
||||
|
|
|
@ -2122,7 +2122,7 @@
|
|||
<br class="clear">
|
||||
|
||||
<footer>
|
||||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Thu Nov 26 2020 13:26:11 GMT+0000 (Coordinated Universal Time)
|
||||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Tue Dec 15 2020 10:36:21 GMT+0000 (Coordinated Universal Time)
|
||||
</footer>
|
||||
|
||||
<script> prettyPrint(); </script>
|
||||
|
|
11
index.html
11
index.html
|
@ -44,12 +44,11 @@
|
|||
|
||||
<section>
|
||||
<article><p><a href="https://github.com/retailcrm/mg-bot-api-client-js/actions"><img src="https://github.com/retailcrm/mg-bot-api-client-js/workflows/ci/badge.svg" alt="Build Status"></a>
|
||||
<a href="https://codecov.io/gh/retailcrm/mg-bot-api-client-js"><img src="https://img.shields.io/codecov/c/gh/retailcrm/mg-bot-api-client-js/master.svg?logo=codecov" alt="Coverage"></a>
|
||||
<a href="https://npmjs.com/package/mg-api-client"><img src="https://img.shields.io/npm/v/mg-api-client.svg" alt="Latest stable"></a>
|
||||
<a href="https://www.npmjs.com/package/mg-api-client"><img src="https://img.shields.io/node/v/mg-api-client.svg" alt="Node version"></a>
|
||||
<a href="https://codecov.io/gh/retailcrm/mg-bot-api-client-js"><img src="https://img.shields.io/codecov/c/gh/retailcrm/mg-bot-api-client-js/master.svg?logo=codecov&logoColor=white" alt="Coverage"></a>
|
||||
<a href="https://npmjs.com/package/mg-api-client"><img src="https://img.shields.io/npm/v/mg-api-client.svg?logo=npm&logoColor=white" alt="Latest stable"></a>
|
||||
<a href="https://www.npmjs.com/package/mg-api-client"><img src="https://img.shields.io/node/v/mg-api-client.svg?logo=node.js&logoColor=white" alt="Node version"></a>
|
||||
<a href="https://retailcrm.github.io/mg-bot-api-client-js/"><img src="https://img.shields.io/badge/doc-github_pages-green" alt="JS Doc"></a></p>
|
||||
<h1>Message Gateway Bot API JS client</h1>
|
||||
<p>This is js retailCRM bot API client.</p>
|
||||
<h1>Message Gateway Bot API JavaScript client</h1>
|
||||
<h1>Installation</h1>
|
||||
<pre class="prettyprint source"><code>npm install --save mg-api-client
|
||||
</code></pre>
|
||||
|
@ -148,7 +147,7 @@ ws.on('message', function (content) {
|
|||
<br class="clear">
|
||||
|
||||
<footer>
|
||||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Thu Nov 26 2020 13:26:11 GMT+0000 (Coordinated Universal Time)
|
||||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Tue Dec 15 2020 10:36:21 GMT+0000 (Coordinated Universal Time)
|
||||
</footer>
|
||||
|
||||
<script> prettyPrint(); </script>
|
||||
|
|
|
@ -341,7 +341,7 @@ export default class Client {
|
|||
<br class="clear">
|
||||
|
||||
<footer>
|
||||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Thu Nov 26 2020 13:26:11 GMT+0000 (Coordinated Universal Time)
|
||||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Tue Dec 15 2020 10:36:21 GMT+0000 (Coordinated Universal Time)
|
||||
</footer>
|
||||
|
||||
<script> prettyPrint(); </script>
|
||||
|
|
Loading…
Add table
Reference in a new issue