RE: SteemWorld / Developer Log / #1 by alfredogarc

View this thread on steempeak.com

Viewing a response to: @steemchiller/steemworld-developer-log-1

· @alfredogarc ·
$0.51
Hi!!!

Where can I get information about programming to consult block data?

Greatings

#onepercent #venezuela #affable
👍  
properties (23)
post_id89,441,551
authoralfredogarc
permlinkqoi04t
categorysteemworld
json_metadata{"tags":["onepercent","venezuela","affable"],"app":"steemit\/0.2"}
created2021-02-14 02:55:45
last_update2021-02-14 02:55:45
depth1
children9
net_rshares849,366,497,145
last_payout2021-02-21 02:55:45
cashout_time1969-12-31 23:59:59
total_payout_value0.254 SBD
curator_payout_value0.254 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length119
author_reputation55,947,125,487,021
root_title"SteemWorld / Developer Log / #1"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars0
author_curate_reward""
vote details (1)
@steemchiller ·
$2.48
Hi, here are some links to get you started:

- https://developers.steem.io (Steem Developer Portal)
- https://developers.steem.io/apidefinitions/#apidefinitions-condenser-api (Main Steem API's explained with examples)

If you are working with JavaScript, you can use the official Steem-JS API:

- https://github.com/steemit/steem-js

There are also many tutorials for working with other languages like Python and Ruby to be found at the Steem Developer Portal.

If you should have any further questions later on, just let me know ;)
👍  , , , ,
properties (23)
post_id89,444,605
authorsteemchiller
permlinkqoihxu
categorysteemworld
json_metadata{"links":["https:\/\/developers.steem.io","https:\/\/developers.steem.io\/apidefinitions\/#apidefinitions-condenser-api","https:\/\/github.com\/steemit\/steem-js"],"app":"steemit\/0.2"}
created2021-02-14 09:20:18
last_update2021-02-14 09:20:18
depth2
children7
net_rshares3,452,312,899,507
last_payout2021-02-21 09:20:18
cashout_time1969-12-31 23:59:59
total_payout_value1.240 SBD
curator_payout_value1.239 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length532
author_reputation278,255,940,220,712
root_title"SteemWorld / Developer Log / #1"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (5)
@alfredogarc ·
Thanks!
and to send data, write or respond to comments on steemit?
properties (22)
post_id89,446,081
authoralfredogarc
permlinkqoiqub
categorysteemworld
json_metadata{"app":"steemit\/0.2"}
created2021-02-14 12:32:39
last_update2021-02-14 12:32:39
depth3
children2
net_rshares0
last_payout2021-02-21 12:32:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length66
author_reputation55,947,125,487,021
root_title"SteemWorld / Developer Log / #1"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemchiller ·
$2.47
In case you are using the Steem-JS API, you will find all you need at:
https://github.com/steemit/steem-js/tree/master/doc#broadcast-api

For example, broadcasting a Steem post or comment in JavaScript is as simple as:

~~~
steem.broadcast.comment(
    wif,
    parentAuthor,
    parentPermlink,
    author,
    permlink,
    title,
    body,
    jsonMetadata,
    function(err, result) {
        console.log(err, result);
    }
);
~~~
👍  , , , ,
properties (23)
post_id89,446,326
authorsteemchiller
permlinkqois6j
categorysteemworld
json_metadata{"links":["https:\/\/github.com\/steemit\/steem-js\/tree\/master\/doc#broadcast-api"],"app":"steemit\/0.2"}
created2021-02-14 13:01:33
last_update2021-02-14 13:01:33
depth4
children1
net_rshares3,428,014,026,955
last_payout2021-02-21 13:01:33
cashout_time1969-12-31 23:59:59
total_payout_value1.236 SBD
curator_payout_value1.235 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length435
author_reputation278,255,940,220,712
root_title"SteemWorld / Developer Log / #1"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (5)
@alfredogarc ·
I make any call to the api, of any function, and I get the same result as if I just query in the browser this:

https://api.steemit.com/

{"status":"OK","datetime":"2021-02-19T13:09:21.752599","source_commit":"ae6c6c77601436e496a8816ece2cbc6e26fbe3c2","docker_tag":"latest","jussi_num":51348897}

I don't understand why?

I have to do a previous step before making a query to the api? I want to just query the new votes, without reading that it has an account.
properties (22)
post_id89,512,156
authoralfredogarc
permlinkqos20b
categorysteemworld
json_metadata{"links":["https:\/\/api.steemit.com\/"],"app":"steemit\/0.2"}
created2021-02-19 13:12:09
last_update2021-02-19 13:12:09
depth3
children3
net_rshares0
last_payout2021-02-26 13:12:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length460
author_reputation55,947,125,487,021
root_title"SteemWorld / Developer Log / #1"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars0
@steemchiller ·
$0.22
I guess there is something wrong with your request method. The target endpoint would be 'api.steemit.com' and you need to make a HTTP POST request with the request data in JSON format like:

`{"jsonrpc":"2.0", "method":"condenser_api.get_accounts", "params":[["steemit", "alice"]], "id":1}`

The request in this example would return the account data for 'steemit' and 'alice'.
👍  , , ,
properties (23)
post_id89,515,988
authorsteemchiller
permlinkqoshqx
categorysteemworld
json_metadata{"app":"steemit\/0.2"}
created2021-02-19 18:52:09
last_update2021-02-19 18:52:09
depth4
children2
net_rshares505,459,225,023
last_payout2021-02-26 18:52:09
cashout_time1969-12-31 23:59:59
total_payout_value0.110 SBD
curator_payout_value0.109 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length376
author_reputation278,255,940,220,712
root_title"SteemWorld / Developer Log / #1"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (4)
@inertia ·
Just curious, have you had any success with Steem?  If so, I wish you luck.

If not, you might have a better time with: https://developers.hive.io/

It's not Steem, but it's where the talent is.  Broader story here: https://hivedocs.info/
properties (22)
post_id90,671,728
authorinertia
permlinkqs1weo
categorysteemworld
json_metadata{"links":["https:\/\/developers.hive.io\/","https:\/\/hivedocs.info\/"],"app":"steemit\/0.2"}
created2021-04-24 04:28:18
last_update2021-04-24 04:28:18
depth2
children0
net_rshares0
last_payout2021-05-01 04:28:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length238
author_reputation227,335,189,892,062
root_title"SteemWorld / Developer Log / #1"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000