Releases: smartspot2/edapi
Releases · smartspot2/edapi
v0.1.0
- Add
list_usersmethod - Add
lock_threadandunlock_threadmethods - Add a more comprehensive example for posting threads on Ed, taken from Berkeley's CS70 course infrastructure
Full Changelog: v0.0.2...v0.1.0
v0.0.2
- Add endpoint for user activity
- Add types for user activity responses
- Add
offsetparameter when listing threads to allow pagination - Modify types to use
Optionaltypes for backward compatibility - Add BeautifulSoup4 to dependencies (used in
utils.pyfor document parsing)
v0.0.1
Initial release for functionality, with the following features:
- Authenticate through an Ed API token (accessible through https://edstem.org/us/settings/api-tokens)
- Create threads
- Edit existing threads (both through global ids and through course-specific ids)
- Uploading files to Ed (through direct file upload)
- Get user information
- List existing threads