You are viewing a single comment's thread from:

RE: Steemit AutoIT UDF / API Update v 0.8

in #utopian-io6 years ago

Hello @stoodkev,

I've talked with killerfreak about this.

This project provides a usable library/api to make calls to the steem api for the autoit language.
Basically it aims to provide all the functionality that one has with steem.js in autoit as well.
This would be of great help for everybody who isn't familiar with javascript and/or python and prefers the autoit language for his projects.

It seems like this update was a complete rewrite, so other connections (websocket) are supported as well.
This was achieved by using dll-calls to be closer to the system.

Also there are 2 new methods:

  • _Steem_Start_Node()
  • _Steem_Close_Node()

These are used to hold the connection open instead of opening/closing the connection with every call. Therefore improving performance drastically while using this api.

Hope this made things clearer, if you have any further questions feel free to contact me or killerfreak on discord :) (I'm in the utopian discord if you have trouble finding me).

PS: He also added the README and updated the first repository as well. (He did have a few problems with github first.) Also this post now links to the correct repository.

Greetings,
Martin