Get details of a post, specified by the unique link (username and permlink)
getPost(username, permlink, node)
| username | Username of Post Author. |
|---|---|
| permlink | Permlink of Post |
| node | Optional Argument (Steem Node to Query) |
List with Details of Post
# NOT RUN { getPost("eroche", "time-series-with-r") getPost("eroche", "time-series-with-r", "https://api.steemit.com") # }