Skip to content

Latest commit

 

History

History
executable file
·
30 lines (22 loc) · 660 Bytes

README.md

File metadata and controls

executable file
·
30 lines (22 loc) · 660 Bytes

googlepluscollector

Microservice collecting google plus activities

INPUT

Hit it at (GET): /activities/{gPlusLogin}/{pairId}

gPlusLogin -> Google Plus ID for example: https://plus.google.com/102358108554182716756 --> 102358108554182716756

OUTPUT

HTTP 200 Empty body

And it will hit analyzers at /{pairId} with activities taken from Google Plus

    [
        {
            "id":null,
            "content":null
        }
    ]

Build status

Build Status