GET avatars/browsers/{code}

appwrite.io:client

Summary: Get Browser Icon
Operation ID: avatarsGetBrowser
Auth: custom_header
Description

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 /account/sessions endpoint. Use width, height and quality arguments to change the output settings.

Parameters (4)

code (string, path, required)

Browser Code.

height (integer, query, optional, default: 100)

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

quality (integer, query, optional, default: 100)

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

width (integer, query, optional, default: 100)

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

No probe data for this endpoint yet.