This is a wrapper of the SteemConnect V2 SDK that is able to run smoothly in Typescript thanks to the typings definitions written in the project.
By using these definitions in a Typescript project, you can get the following benefits:
- Get the documentation for each of the methods
- Use the correct datatype in the methods
- Autocompletation of code.
As shown in the image above, you can see all the methods available in the SDK.
And you get the benefit to check what are the parameters and datatype for any method. Also, you get a brief definition of what the method does.
- Fork the following repo https://github.com/jayserdny/steemConnect-v2-ts
- Checkout a branch into your repo
- Commit the changes you did to your branch
- Make a pull request in my repo.