We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a new thesis topic is added, add a message to závěrečné práce channel.
// @jirutka is fixing the API so the Topic request contains createdAt, not only modifiedAt. ❤️
createdAt
modifiedAt
Example of GET https://projects.fit.cvut.cz/api/ft/v1/topics:
GET https://projects.fit.cvut.cz/api/ft/v1/topics
{ "data": [ { "title": "Reverse Engineering of the Ancients’ Hyperdrive", "description": "Perform reverse engineering of the Ancients’ hyperdrive engine.\n\nFirst, describe the theory behind faster than light travelling with focus on hyperspace travelling. Analyse the Ancients’ hyperdrive engine, describe its components and explain how it works. Finally, create a computer simulation of the engine.", "language": "en", "keywords": [ "time travelling", "reverse engineering" ], "studyDegrees": [ "master" ], "specializations": [ { "code": "NI-NPVS" }, { "code": "NI-PSS" } ], "visibility": "private", "id": 1, "modifiedAt": "2020-01-01T12:00:00.000Z", "author": { "username": "zelenrad" } } ], "pagination": { "hasNextPage": false } }
-> we can use and post some messages containing study degree, specializations, author (supervisor?), and keywords.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When a new thesis topic is added, add a message to závěrečné práce channel.
// @jirutka is fixing the API so the Topic request contains
createdAt
, not onlymodifiedAt
. ❤️Example of
GET https://projects.fit.cvut.cz/api/ft/v1/topics
:-> we can use and post some messages containing study degree, specializations, author (supervisor?), and keywords.
The text was updated successfully, but these errors were encountered: