Microservice collecting google plus activities
Hit it at (GET): /activities/{gPlusLogin}/{pairId}
gPlusLogin -> Google Plus ID for example: https://plus.google.com/102358108554182716756 --> 102358108554182716756
HTTP 200 Empty body
And it will hit analyzers at /{pairId} with activities taken from Google Plus
[
{
"id":null,
"content":null
}
]