Class: Appwrite::Avatars

Inherits:
Service show all
Defined in:
lib/appwrite/services/avatars.rb

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Avatars

Returns a new instance of Avatars.



6
7
8
# File 'lib/appwrite/services/avatars.rb', line 6

def initialize(client)
    @client = client
end

Instance Method Details

#get_browser(code:, width: nil, height: nil, quality: nil) ⇒ Object

You can use this endpoint to show different browser icons to your users. The code argument receives the browser code as it appears in your user [GET /account/sessions](appwrite.io/docs/references/cloud/client-web/account#getSessions) endpoint. Use width, height and quality arguments to change the output settings.

When one dimension is specified and the other is 0, the image is scaled with preserved aspect ratio. If both dimensions are 0, the API provides an image at source quality. If dimensions are not specified, the default size of image returned is 100x100px.

Parameters:

  • code (Browser)

    Browser Code.

  • width (Integer) (defaults to: nil)

    Image width. Pass an integer between 0 to 2000. Defaults to 100.

  • height (Integer) (defaults to: nil)

    Image height. Pass an integer between 0 to 2000. Defaults to 100.

  • quality (Integer) (defaults to: nil)

    Image quality. Pass an integer between 0 to 100. Defaults to 100.

Returns:



27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# File 'lib/appwrite/services/avatars.rb', line 27

def get_browser(code:, width: nil, height: nil, quality: nil)
    api_path = '/avatars/browsers/{code}'
        .gsub('{code}', code)

    if code.nil?
      raise Appwrite::Exception.new('Missing required parameter: "code"')
    end

    api_params = {
        width: width,
        height: height,
        quality: quality,
    }
    
    api_headers = {
        "content-type": 'application/json',
    }

    @client.call(
        method: 'GET',
        path: api_path,
        headers: api_headers,
        params: api_params,
    )
end

#get_credit_card(code:, width: nil, height: nil, quality: nil) ⇒ Object

The credit card endpoint will return you the icon of the credit card provider you need. Use width, height and quality arguments to change the output settings.

When one dimension is specified and the other is 0, the image is scaled with preserved aspect ratio. If both dimensions are 0, the API provides an image at source quality. If dimensions are not specified, the default size of image returned is 100x100px.

Parameters:

  • code (CreditCard)

    Credit Card Code. Possible values: amex, argencard, cabal, cencosud, diners, discover, elo, hipercard, jcb, mastercard, naranja, targeta-shopping, union-china-pay, visa, mir, maestro.

  • width (Integer) (defaults to: nil)

    Image width. Pass an integer between 0 to 2000. Defaults to 100.

  • height (Integer) (defaults to: nil)

    Image height. Pass an integer between 0 to 2000. Defaults to 100.

  • quality (Integer) (defaults to: nil)

    Image quality. Pass an integer between 0 to 100. Defaults to 100.

Returns:



70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# File 'lib/appwrite/services/avatars.rb', line 70

def get_credit_card(code:, width: nil, height: nil, quality: nil)
    api_path = '/avatars/credit-cards/{code}'
        .gsub('{code}', code)

    if code.nil?
      raise Appwrite::Exception.new('Missing required parameter: "code"')
    end

    api_params = {
        width: width,
        height: height,
        quality: quality,
    }
    
    api_headers = {
        "content-type": 'application/json',
    }

    @client.call(
        method: 'GET',
        path: api_path,
        headers: api_headers,
        params: api_params,
    )
end

#get_favicon(url:) ⇒ Object

Use this endpoint to fetch the favorite icon (AKA favicon) of any remote website URL.

Parameters:

  • url (String)

    Website URL which you want to fetch the favicon from.

Returns:



104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# File 'lib/appwrite/services/avatars.rb', line 104

def get_favicon(url:)
    api_path = '/avatars/favicon'

    if url.nil?
      raise Appwrite::Exception.new('Missing required parameter: "url"')
    end

    api_params = {
        url: url,
    }
    
    api_headers = {
        "content-type": 'application/json',
    }

    @client.call(
        method: 'GET',
        path: api_path,
        headers: api_headers,
        params: api_params,
    )
end

#get_flag(code:, width: nil, height: nil, quality: nil) ⇒ Object

You can use this endpoint to show different country flags icons to your users. The code argument receives the 2 letter country code. Use width, height and quality arguments to change the output settings. Country codes follow the [ISO 3166-1](en.wikipedia.org/wiki/ISO_3166-1) standard.

When one dimension is specified and the other is 0, the image is scaled with preserved aspect ratio. If both dimensions are 0, the API provides an image at source quality. If dimensions are not specified, the default size of image returned is 100x100px.

Parameters:

  • code (Flag)

    Country Code. ISO Alpha-2 country code format.

  • width (Integer) (defaults to: nil)

    Image width. Pass an integer between 0 to 2000. Defaults to 100.

  • height (Integer) (defaults to: nil)

    Image height. Pass an integer between 0 to 2000. Defaults to 100.

  • quality (Integer) (defaults to: nil)

    Image quality. Pass an integer between 0 to 100. Defaults to 100.

Returns:



145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# File 'lib/appwrite/services/avatars.rb', line 145

def get_flag(code:, width: nil, height: nil, quality: nil)
    api_path = '/avatars/flags/{code}'
        .gsub('{code}', code)

    if code.nil?
      raise Appwrite::Exception.new('Missing required parameter: "code"')
    end

    api_params = {
        width: width,
        height: height,
        quality: quality,
    }
    
    api_headers = {
        "content-type": 'application/json',
    }

    @client.call(
        method: 'GET',
        path: api_path,
        headers: api_headers,
        params: api_params,
    )
end

#get_image(url:, width: nil, height: nil) ⇒ Object

Use this endpoint to fetch a remote image URL and crop it to any image size you want. This endpoint is very useful if you need to crop and display remote images in your app or in case you want to make sure a 3rd party image is properly served using a TLS protocol.

When one dimension is specified and the other is 0, the image is scaled with preserved aspect ratio. If both dimensions are 0, the API provides an image at source quality. If dimensions are not specified, the default size of image returned is 400x400px.

Parameters:

  • url (String)

    Image URL which you want to crop.

  • width (Integer) (defaults to: nil)

    Resize preview image width, Pass an integer between 0 to 2000. Defaults to 400.

  • height (Integer) (defaults to: nil)

    Resize preview image height, Pass an integer between 0 to 2000. Defaults to 400.

Returns:



188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
# File 'lib/appwrite/services/avatars.rb', line 188

def get_image(url:, width: nil, height: nil)
    api_path = '/avatars/image'

    if url.nil?
      raise Appwrite::Exception.new('Missing required parameter: "url"')
    end

    api_params = {
        url: url,
        width: width,
        height: height,
    }
    
    api_headers = {
        "content-type": 'application/json',
    }

    @client.call(
        method: 'GET',
        path: api_path,
        headers: api_headers,
        params: api_params,
    )
end

#get_initials(name: nil, width: nil, height: nil, background: nil) ⇒ Object

Use this endpoint to show your user initials avatar icon on your website or app. By default, this route will try to print your logged-in user name or email initials. You can also overwrite the user name if you pass the ‘name’ parameter. If no name is given and no user is logged, an empty avatar will be returned.

You can use the color and background params to change the avatar colors. By default, a random theme will be selected. The random theme will persist for the user’s initials when reloading the same theme will always return for the same initials.

When one dimension is specified and the other is 0, the image is scaled with preserved aspect ratio. If both dimensions are 0, the API provides an image at source quality. If dimensions are not specified, the default size of image returned is 100x100px.

Parameters:

  • name (String) (defaults to: nil)

    Full Name. When empty, current user name or email will be used. Max length: 128 chars.

  • width (Integer) (defaults to: nil)

    Image width. Pass an integer between 0 to 2000. Defaults to 100.

  • height (Integer) (defaults to: nil)

    Image height. Pass an integer between 0 to 2000. Defaults to 100.

  • background (String) (defaults to: nil)

    Changes background color. By default a random color will be picked and stay will persistent to the given name.

Returns:



237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
# File 'lib/appwrite/services/avatars.rb', line 237

def get_initials(name: nil, width: nil, height: nil, background: nil)
    api_path = '/avatars/initials'

    api_params = {
        name: name,
        width: width,
        height: height,
        background: background,
    }
    
    api_headers = {
        "content-type": 'application/json',
    }

    @client.call(
        method: 'GET',
        path: api_path,
        headers: api_headers,
        params: api_params,
    )
end

#get_qr(text:, size: nil, margin: nil, download: nil) ⇒ Object

Converts a given plain text to a QR code image. You can use the query parameters to change the size and style of the resulting image.

Parameters:

  • text (String)

    Plain text to be converted to QR code image.

  • size (Integer) (defaults to: nil)

    QR code size. Pass an integer between 1 to 1000. Defaults to 400.

  • margin (Integer) (defaults to: nil)

    Margin from edge. Pass an integer between 0 to 10. Defaults to 1.

  • []

    download Return resulting image with ‘Content-Disposition: attachment ’ headers for the browser to start downloading it. Pass 0 for no header, or 1 for otherwise. Default value is set to 0.

Returns:



270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
# File 'lib/appwrite/services/avatars.rb', line 270

def get_qr(text:, size: nil, margin: nil, download: nil)
    api_path = '/avatars/qr'

    if text.nil?
      raise Appwrite::Exception.new('Missing required parameter: "text"')
    end

    api_params = {
        text: text,
        size: size,
        margin: margin,
        download: download,
    }
    
    api_headers = {
        "content-type": 'application/json',
    }

    @client.call(
        method: 'GET',
        path: api_path,
        headers: api_headers,
        params: api_params,
    )
end