16 lines
No EOL
769 B
Markdown
16 lines
No EOL
769 B
Markdown
# Khollisé Worker
|
|
|
|
## Job Types
|
|
|
|
| job_id | description |
|
|
|--------|------------------------------------------------------------------|
|
|
| 0 | Fetch ONE colle (with class_name, colle_id and colle_secret) |
|
|
| 1 | Fetch class colles (with class_name and optionally go to date) |
|
|
| 2 | Fetch upcoming colles (with class_name) |
|
|
| 3 | Fetch sumbittable meals |
|
|
| 4 | Submit meals for user (must include bj_username and bj_password) |
|
|
| 5 | Test authentication (must include bj_username and bj_password) |
|
|
|
|
Actually, all jobs require `class_name` to be specified.
|
|
|
|
<!-- TODO: Add documentation for used Redis keys --> |