nodejs-itoolkit icon indicating copy to clipboard operation
nodejs-itoolkit copied to clipboard

A JavaScript (Node.js) library for communicating with IBM i

Results 40 nodejs-itoolkit issues
Sort by recently updated
recently updated
newest added

in a formerly version I have this statement to loop the results of the DataQueue. ``` while (data !== '*end') { data = dq.receiveFromDataQueue('MYQUEUE', 'MYLIB', 5000, -1); console.log('data: ' +...

enhancement

**Is your feature request related to a problem? Please describe.** The SSH transport doesn't check fingerprints and other non-trivial SSH use cases. **Describe the solution you'd like** The toolkit should...

enhancement
keep-open

We are trying to use itoolkit & idb-connector in angular project. Could you please provide @types for using itoolkit & idb-connector.?

enhancement
keep-open

Add a DataQueue class that can be called similar to the Java toolkit Experiment with pulling out API data into a const variable PR opened to discuss work thus far...

keep-open

Resolves #75 Resolves #77

keep-open

Part of #315 Here is an example on how this could be used: ```js /** * Example using an existing ssh2 client with itoolkit's ssh transport */ const { Connection,...

keep-open

Suggested fix for #75 Signed-off-by: HRASTNIK Patrick Ing

keep-open

By setting the `odbcConnection` parameter of the `transportOptions` it will use the existing connection instead of creating and managing its own connection. This is useful to be able to run...

keep-open

Hi! This is rather a nice-to-have than an actual issue, but it seems to be worth to mention it. In our company, we currently modernize our ILE RPG software. Hence...

keep-open