Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

status of node-ari-client #132

Open
jmls opened this issue Aug 22, 2019 · 8 comments
Open

status of node-ari-client #132

jmls opened this issue Aug 22, 2019 · 8 comments

Comments

@jmls
Copy link

jmls commented Aug 22, 2019

honestly not trying to be a troll - but I need to know Is this project still active ?

Last commit nearly 8 months ago, unresolved issues and last mention of an asterisk version is 15.6 .

I'm considering a new project with asterisk and node and need to find the most appropriate library and don't want to get stuck with an non-maintained one

thanks

@ghost
Copy link

ghost commented Mar 14, 2020

I was wondering the same - a few obsolete package warnings on install:

npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: No longer maintained, please upgrade to swagger-client@3.
npm WARN deprecated [email protected]: The sprintf package is deprecated in favor of sprintf-js.

@cervajs
Copy link

cervajs commented Mar 22, 2020

+1

@carlos-menezes
Copy link

+1. Any plan for types? I'm willing to fork this project and work on it.

@dioris-moreno
Copy link

Today was published @types/ari-client to NPM (my contribution). I also published this project https://github.com/dioris-moreno/ari-typescript-examples that includes the examples of node-ari-client library, converted to TypeScript, and using these new type definitions. I hope this will help to facilitate the development of applications based on ARI.

@raarts
Copy link

raarts commented Jul 29, 2020

There's more activity now, see #137.
@gtjoseph merged a pull request and stated they lost track of this repository.

@ghost
Copy link

ghost commented Dec 27, 2020

UPDATE

OK, after a couple of hours reading mailing list and more stuff, I now understand that the version of Swagger API used internally by Asterisk (the server) is the part that is obsolete, so the npm client package cannot use the current API version.
So it looks like everything will actually work, albeit with a log full of warnings.

Original message

I was just wondering if there were still plans to update this to the current version of Swagger as we roll into 2021?

Thanks!

I was wondering the same - a few obsolete package warnings on install:

npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: No longer maintained, please upgrade to swagger-client@3.
npm WARN deprecated [email protected]: The sprintf package is deprecated in favor of sprintf-js.

@raarts
Copy link

raarts commented Dec 28, 2020

it looks like everything will actually work, albeit with a log full of warnings.

Yes. I use @dioris-moreno 's typescript version, and haven't found any significant problems yet.

@ghost
Copy link

ghost commented Dec 30, 2020

Hi @raarts - Many thanks for the heads-up on that version. REALLY helpful. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants