Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API #2

Open
pavelk2 opened this issue Jun 13, 2014 · 0 comments
Open

API #2

pavelk2 opened this issue Jun 13, 2014 · 0 comments

Comments

@pavelk2
Copy link
Contributor

pavelk2 commented Jun 13, 2014

accounts

  • create user
  • update user
  • get current user (gets full info of current user)
  • list users (name + avatar only)
  • auth user (login + pass = access_token)
  • auth app (app token) as we have accounts grouping users - may be single app token is enough?
  • create moneytransfer

jobs

  • create job
  • update job
  • list jobs
  • read job
  • list dataunits of a job
  • read dataunit
  • create dataunit
  • update dataunit

answers

  • generate task (can be better called - generate a task with empty answers)
  • update answers
  • list answers of a task (for a worker)
  • list answers of a dataunit (for a requestor)
  • read answer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant