Skip to content

API specs

Kévin Etienne edited this page Jul 13, 2014 · 1 revision

evas-api

Introduction

For the system to work we would need an API which should allow people to authenticate against a database. The database would contain tokens to identify with google, facebook, twitter... These accesses would then be used to post events to the user feed.

Statistics could then be produce if a user opt-in for it and would be based on a positively based algorithm.

TODO:

  • api/auth: access to our database
  • api/connect: connect to twitter, facebook, google...
  • api/events: create, retrieve, delete an event
  • api/stats

auth

Authentication token would be used to access our database. A user would need to be created beforehand and upon successful authentication a token would be issues

connect

The API should ask access to social platform and store their access token

stats

TODO

Clone this wiki locally