Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaunier committed Jul 5, 2024
1 parent 4eb324c commit b3b0307
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions lib/edusign/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ def initialize(account_api_key: config.account_api_key)
raise NoApiKeyError, "Please provide an Edusing account API key" if @account_api_key.nil?
end

# ABSENCES

def justified_absences
response = api :get, "/justified-absence"
response.result
end

# GROUP

def group(group_uid:)
Expand Down
2 changes: 1 addition & 1 deletion lib/edusign/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Edusign
VERSION = "1.0.0"
VERSION = "1.0.1"
end

0 comments on commit b3b0307

Please sign in to comment.