postHiveClient method

String postHiveClient(
  1. String author,
  2. String permlink
)

Implementation

String postHiveClient(String author, String permlink) {
  return "https://hive.blog/@$author/$permlink";
}