-
Notifications
You must be signed in to change notification settings - Fork 2
Server models
Akseli Palén edited this page Jan 31, 2017
·
6 revisions
Parameters:
- db, to store events
- io, to broadcast events
Emits changes:
- location created
- location removed
Get:
- all payments
Emits changes
- payment successful
Methods:
- getUser(String name)
- getAccount(String email)
Emits changes:
- user created
- user banned
Methods:
- validatePassword(String password)