API corresponding to each social networking library function.

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2023-11-22 19:39:31 +01:00
parent 86cf7f6d70
commit 7b97d4f630
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ public class HashTagClient extends BaseClient{
public List<Post> getVREPostsByHashtagLib(String vreid, String hashtag){
hashtag = hashtag.substring(1);
logger.debug("Request for vre of hashtags");
String thisMethodSignature = "get-vre-post-by-hashtag-lib";
String request = getServiceEndpoint() + thisMethodSignature + "?vreid=" + vreid + "&hashtag=" + hashtag;