Skip to content

Commit

Permalink
fix: Added availability endpoint to user
Browse files Browse the repository at this point in the history
  • Loading branch information
joynerd committed Jan 3, 2023
1 parent a7bab5c commit 8047352
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/close/resource/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ def self.me
new({}, request(:get, "#{resource_url}me/"))
end

def self.availability(params)
new({}, request(:get, "#{resource_url}availability/", params))
end

end
end

0 comments on commit 8047352

Please sign in to comment.