A friends' recommendation service that connects you to interesting people!
- friends: Get friends of a person
http://46.101.166.39/recfriends/friends?person=Eduardo
{
"friends": ["Gabriel", "Mari", "Arthur"]
}
- suggested: Get suggested friends for a person
http://46.101.166.39/recfriends/suggested?person=Arthur
{
"suggested": ["Gabriel"]
}
For some unknown reason, the API can write logs when tested locally, but fails to do so in the server (possibly is a permission issue).
You can find a very basic logging implementation in logs branch. There, sample logs are shown inside api/logs
folder for each service.
You can find some enhancements I'd do to improve the API
- R
- Neo4J hosted at GrapheneDB
- Andrei Martins