Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 343 Bytes

NOTES.md

File metadata and controls

24 lines (19 loc) · 343 Bytes

Data

Users

  • Id (Primary Key)
  • Name
  • Age
  • ....

Emotions

  • Id (Primary Key)
  • Timestamp
  • User
  • Description / Emoji
  • ...

Rest API

/users

  • Returns a list with all user ids

/user{id}

  • Returns information about a particular user

/emotions{id}{hist=10}

  • Returns history of emotions about a particular user