Skip to content

Commit dfa3532

Browse files
committed
Appwrite 1.5 support
1 parent dc367f4 commit dfa3532

File tree

11 files changed

+474
-257
lines changed

11 files changed

+474
-257
lines changed

lib/appwrite/services/account.rb

Lines changed: 82 additions & 43 deletions
Large diffs are not rendered by default.

lib/appwrite/services/avatars.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def get_browser(code:, width: nil, height: nil, quality: nil)
4747
path: api_path,
4848
headers: api_headers,
4949
params: api_params,
50-
)
50+
)
5151
end
5252

5353

@@ -90,7 +90,7 @@ def get_credit_card(code:, width: nil, height: nil, quality: nil)
9090
path: api_path,
9191
headers: api_headers,
9292
params: api_params,
93-
)
93+
)
9494
end
9595

9696

@@ -121,7 +121,7 @@ def get_favicon(url:)
121121
path: api_path,
122122
headers: api_headers,
123123
params: api_params,
124-
)
124+
)
125125
end
126126

127127

@@ -165,7 +165,7 @@ def get_flag(code:, width: nil, height: nil, quality: nil)
165165
path: api_path,
166166
headers: api_headers,
167167
params: api_params,
168-
)
168+
)
169169
end
170170

171171

@@ -207,7 +207,7 @@ def get_image(url:, width: nil, height: nil)
207207
path: api_path,
208208
headers: api_headers,
209209
params: api_params,
210-
)
210+
)
211211
end
212212

213213

@@ -253,7 +253,7 @@ def get_initials(name: nil, width: nil, height: nil, background: nil)
253253
path: api_path,
254254
headers: api_headers,
255255
params: api_params,
256-
)
256+
)
257257
end
258258

259259

@@ -290,7 +290,7 @@ def get_qr(text:, size: nil, margin: nil, download: nil)
290290
path: api_path,
291291
headers: api_headers,
292292
params: api_params,
293-
)
293+
)
294294
end
295295

296296

0 commit comments

Comments
 (0)