Skip to content

Releases: smartspot2/edapi

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@smartspot2 smartspot2 released this 16 Aug 01:22
  • 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

v0.0.2 Pre-release
Pre-release

Choose a tag to compare

@smartspot2 smartspot2 released this 09 Nov 07:01
  • 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

v0.0.1 Pre-release
Pre-release

Choose a tag to compare

@smartspot2 smartspot2 released this 26 Aug 04:25

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