feat: Add GitHub Classroom GetAssignment API endpoint by jferrl · Pull Request #3685 · google/go-github

@jferrl

# 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

@gmlewis changed the title feat: add GitHub Classroom GetAssignment API endpoint feat: Add GitHub Classroom GetAssignment API endpoint

Aug 17, 2025

stevehipwell

@jferrl

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.

stevehipwell