AvrijAnalyticsUtility 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 42b55c3510396745ec136f294a33fefbc9c41de5
|
4
|
+
data.tar.gz: 4305c3b17c0b1b49901c6034fe8ce0012e4a1d5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b755c6ed6106f4ca369d623959af88a5878f44a5d6714601ede1769504c0f478fced71013c0582e5ca2d7286a446239b415ca47007a15f8678cd497102abe15f
|
7
|
+
data.tar.gz: 1cc03dc82d1447af8d280887ee064afd4012c8e4a3e0c845fb6f93d1b6044789f7e6bf778e62ddaa7558f6ca6160d1988e253a088f331cd18a32847596e67d8a
|
@@ -10,8 +10,9 @@ class AvrijAnalyticsUtility::APIConnection
|
|
10
10
|
|
11
11
|
def getSocialMediaPost(param_api_uri,param_query_hash)
|
12
12
|
@OPTIONS = {query: param_query_hash , headers:@HEADER_VALUE}
|
13
|
-
|
14
|
-
|
13
|
+
get_result = HTTParty.get(param_api_uri,@OPTIONS)
|
14
|
+
puts get_result.request.last_uri.to_s
|
15
|
+
return get_result.parsed_response
|
15
16
|
end
|
16
17
|
|
17
18
|
|