amio-sdk-js icon indicating copy to clipboard operation
amio-sdk-js copied to clipboard

Multi-messenger Node.js library for Amio.io API.

Results 15 amio-sdk-js issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.1 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Bumps [moment](https://github.com/moment/moment) from 2.22.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Hi In order got get better Intelij completion and proper support for Typescript it would be great if you could add a typedefinition to this repo or https://github.com/DefinitelyTyped/DefinitelyTyped/ With this...

enhancement

- Interceptor for all webhook on* methods - Result of the interceptor must be passed to `on*(webhook, interceptorResults = {})`

Let's pull it out so we can share the code in both amio-sdk-js and amio-webchat-sdk

refactoring

We've just finished our own process for releasing of the lib. A while ago, I had a look at https://github.com/semantic-release/semantic-release and it seemed to complicated. Maybe it has some advantages....

analysis

Apply shared JSON schema validation. It will reduce the wrong calls to our backend. It will also speed up the response in case the request is wrong.

enhancement