steemit / steem

The blockchain for Smart Media Tokens (SMTs) and decentralized applications.
https://steem.com
Other
1.95k stars 792 forks source link

Full API #1199

Closed porozhnyy closed 7 years ago

porozhnyy commented 7 years ago

Hello! There is an idea to write a small application for a steemit, but I can not find a full description of the api. For example, I can not find how to follow a user or stop following, record upvote, view received transfers, perform transfers. Tell me where all this information can be found?

testzcrypto commented 7 years ago

For JS: https://github.com/steemit/steem-js For Python: https://steemit.com/chainsquad/@chainsquad/python-steem-rebranding-to-piston-libpiston-cli

As example you can use existing Steem open source applications: https://github.com/eSteemApp/esteem https://github.com/aaroncox/vessel https://github.com/aaroncox/chainbb https://github.com/busyorg/busy

surfyogi commented 7 years ago

API Examples:

https://steemit.github.io/devportal/#introductionwelcome

API Explorers:

http://steemroll.io/api-explorer/ https://esteemapp.github.io/steemapi/

Example app:

http://www.snapsteem.com/

Block Explorer:

https://steemd.com/@your_account-name-here

On Mon, Jun 19, 2017 at 11:07 PM, Ivan notifications@github.com wrote:

Hello! There is an idea to write a small application for a steemit, but I can not find a full description of the api. For example, I can not find how to follow a user or stop following, record upvote, view received transfers, perform transfers. Tell me where all this information can be found?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/steemit/steem/issues/1199, or mute the thread https://github.com/notifications/unsubscribe-auth/AAK6s0-vCged9PfdCOIo2izKjfO-b-Ueks5sF2GfgaJpZM4N_H4m .

porozhnyy commented 7 years ago

I use PHP and send post requests to https://steemd.steemit.com/. I do not use JS - I do not know this language well. Everything that is mentioned here http://steemroll.io/api-explorer/ - works. But I did not find the above methods(follow, upvote, etc).

Tadasu85 commented 7 years ago

This is a third party tool being developed by a well known steem user check it out, it will likely fit your needs https://github.com/lukestokes/php-steem-tools