Browse a tag
send::
msg snakk.text (url ="https://www.effectiveskiing.co"
...)
expect:: (payload contains "Knowticing"
)
How to read the contents of a topic in a few formats:
send::
msg diesel.wiki.content (wpath ="Sample:sample-json-data"
..., type="JSON"
)
expect:: (payload is JSON
)
expect:: (payload[="name"] is "Jake"
)
send::
msg diesel.wiki.content (wpath ="Sample:sample-json-data"
...)
expect:: (payload is String
)
send::
msg snakk.parse.json
expect:: (payload is JSON
)
You can format a topic:
send::
msg diesel.wiki.format (wpath="Admin:UserHome"
)
expect:: (payload is HTML
)
You need to log in to post a comment!