feat: Add GitHub Classroom GetAssignment API endpoint by jferrl · Pull Request #3685 · google/go-github
# Add GitHub Classroom GetAssignment API endpoint
Implements `GET /assignments/{assignment_id}` endpoint for retrieving GitHub Classroom assignment details.
## Changes
- **New service**: `ClassroomService` with `GetAssignment()` method
- **New structs**: `Assignment` (19 fields) and `Classroom` with organization details
changed the title
feat: add GitHub Classroom GetAssignment API endpoint
feat: Add GitHub Classroom GetAssignment API endpoint
Refactors the Assignment struct and related methods to ClassroomAssignment for improved clarity and consistency. Updates all accessors, service methods, and tests to use the new name.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters