Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lewagon/edusign
Browse files Browse the repository at this point in the history
  • Loading branch information
grmnlrt committed Aug 8, 2023
2 parents 1977a54 + 158a8b0 commit 82b1786
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/edusign/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ def declare_absence(student_uid:, course_uid:, type:, comment:)
}.to_json
end

def students
api(:get, "/student").result
end

# TEACHER

def teacher_by_uid(teacher_uid:)
Expand Down

0 comments on commit 82b1786

Please sign in to comment.