users
GET
retreive a list of all users
POST
register a new user
auth/login
POST
user login
activate
GET
activate user account after receiving token via email
account
GET
find out who's logged in currently
account/lang
PUT
change frontend language
users/:id
PUT
change password of logged user
charts
GET
get (brief) list of all charts by the current user
POST
create a new empty chart
charts/:id
GET
get chart info
PUT
charts/:id/data
PUT
upload some data using copy&paste from spreadsheet applications or by uploading a csv file from your computer.
visualizations
GET
get list of available visualizations
gallery
GET
auth/logout
POST
logout current user