You are viewing a single comment's thread from:

RE: 2018 Woche 18 - Ohne Zusammenhang / Without Any Context / Deutsch / English

in #deutsch6 years ago (edited)

via API alle Kommentare eines Artikels abrufen kannste Knicken, ab 100 Kommentaren und was weis ich 5 oder mehr Ebenen, da läuft sich selbst im Multitraidung via C# der Rechner Wund

Das dachte ich auch mal, bis ich auf folgende Möglichkeit gestoßen bin:

steem.api.getState(tag + "/@" + author + "/" + permlink)

Die Funktion liefert dir alle Kommentare zu einem Artikel mit nur einem Aufruf und sehr schnell zurück ;)

Ich mache das dann so:

let comments = [];
for (var key in result.content) {
    if (result.content[key].parent_author)
        comments.push(result.content[key]);
}
Sort:  

WOW ist das cool, ich hab mir an der getState die Finger wund versucht und nie ne Antwort bekommen.

Das TAG hat mir gefehlt LOL

WOW eine Super, Super Danke dir!!!!!!

LOL Selbst die Accounts und ActivVotes sind dabei, cool

Coin Marketplace

STEEM 0.17
TRX 0.15
JST 0.028
BTC 59987.83
ETH 2418.78
USDT 1.00
SBD 2.41