lib/bearcat/client/users.rb in bearcat-0.9.2 vs lib/bearcat/client/users.rb in bearcat-0.9.3

- old
+ new

@@ -8,8 +8,12 @@ def user_avatars(user, params={}) get("/api/v1/users/#{user.to_s}/avatars", params) end + def add_user(account, params={}) + post("/api/v1/accounts/#{account.to_s}/users", params) + end + end end end