Function get_course_instance

Source
async fn get_course_instance(
    pool: Data<PgPool>,
    user: AuthToken,
    course_instance: Path<Uuid>,
) -> ControllerResult<Json<CourseInstance>>
Expand description
  • GET /api/v0/langs/course-instance/:id
  • Returns the course instance with the given id.