Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-03 | jobs/generated: Generate job-specific makeRequestUrl() methods | Kitsune Ral | |
2018-01-09 | jobs: expect application/json by default; set query in constructor body; ↵ | Kitsune Ral | |
properly convert numbers to strings in query The query should be set in constructor body because there's no reason to pass non-required parameters into the query. As for numbers to strings conversion - there was an attempt to use QJsonValue(a).toString() for that. That doesn't work; QJsonValue does not turn numbers to strings. | |||
2018-01-09 | jobs/generated: Use BaseJob::addExpectedContentType() | Kitsune Ral | |
2018-01-09 | jobs/generated: Polish formatting; other minor cleanup | Kitsune Ral | |
2017-12-07 | New generated jobs for: room directory, 3PIDs, redactions, typing ↵ | Kitsune Ral | |
notifications and others Closes #128 (the issue has the full list of jobs arriving herewith). |