You are viewing a single comment's thread from:

RE: Steemit AutoIT UDF / API Update v 0.8

in #utopian-io6 years ago (edited)

No README, and a very poor explanation on what you are doing here. Please give more details on what you want to achieve and how it will help.
Also, link your username with your Github s, and explain why you made a second project rather than improving the existing one.

Sort:  

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

Hi my Utopian account is connected to Github. And my friend MWFIAE helped me with Github. I haven't found the button to delete old files. But now it should be fixed.

Tks for the README. the information given by @mwfiae should be on the body of your post.