Skip to content

Releases: smartspot2/edapi

v0.1.0

16 Aug 01:22

Choose a tag to compare

v0.1.0 Pre-release
Pre-release
  • Add list_users method
  • Add lock_thread and unlock_thread methods
  • 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

09 Nov 07:01

Choose a tag to compare

v0.0.2 Pre-release
Pre-release
  • Add endpoint for user activity
  • Add types for user activity responses
  • Add offset parameter when listing threads to allow pagination
  • Modify types to use Optional types for backward compatibility
  • Add BeautifulSoup4 to dependencies (used in utils.py for document parsing)

v0.0.1

26 Aug 04:25

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

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