Can anyone show me how to use the block (see picture below)
from the "Web services..." library
in order to get first 10 items, each one consisting of 3 items (the topic_title, the category, the first_90_characters_of_the_post), reported as list.
From
bh
3
The "strings" library was originally developed in a web-scraping project.
dardoro
4
You can use Discourse API to get info from server: https://docs.discourse.org/
Example of JSON parsing: Snap! Build Your Own Blocks
1 Like
@dardoro thank you so much for providing exactly the kind of reply that I was hoping for.