Skip to content

Commit

Permalink
Add #students method in Client (#9)
Browse files Browse the repository at this point in the history
* Fix Response::Error messages

* Create #students method in Client
  • Loading branch information
grmnlrt authored Aug 8, 2023
1 parent 2b0714a commit 158a8b0
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 158a8b0

Please sign in to comment.