API corresponding to each social networking library function.
This commit is contained in:
parent
86cf7f6d70
commit
7b97d4f630
|
@ -98,6 +98,7 @@ public class HashTagClient extends BaseClient{
|
||||||
|
|
||||||
|
|
||||||
public List<Post> getVREPostsByHashtagLib(String vreid, String hashtag){
|
public List<Post> getVREPostsByHashtagLib(String vreid, String hashtag){
|
||||||
|
hashtag = hashtag.substring(1);
|
||||||
logger.debug("Request for vre of hashtags");
|
logger.debug("Request for vre of hashtags");
|
||||||
String thisMethodSignature = "get-vre-post-by-hashtag-lib";
|
String thisMethodSignature = "get-vre-post-by-hashtag-lib";
|
||||||
String request = getServiceEndpoint() + thisMethodSignature + "?vreid=" + vreid + "&hashtag=" + hashtag;
|
String request = getServiceEndpoint() + thisMethodSignature + "?vreid=" + vreid + "&hashtag=" + hashtag;
|
||||||
|
|
Loading…
Reference in New Issue