nodejs-itoolkit
nodejs-itoolkit copied to clipboard
A JavaScript (Node.js) library for communicating with IBM i
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: ' +...
**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...
We are trying to use itoolkit & idb-connector in angular project. Could you please provide @types for using itoolkit & idb-connector.?
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...
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,...
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...
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...