You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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](https://appwrite.io/docs/references/cloud/client-web/account#getSessions) endpoint. Use width, height and quality arguments to change the output settings.
34
34
*
@@ -108,7 +108,7 @@ export class Avatars extends Service {
* 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.
114
114
*
@@ -185,7 +185,7 @@ export class Avatars extends Service {
* 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](https://en.wikipedia.org/wiki/ISO_3166-1) standard.
253
253
*
@@ -328,7 +328,7 @@ export class Avatars extends Service {
* 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.
334
334
*
@@ -409,7 +409,7 @@ export class Avatars extends Service {
* 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.
415
415
*
@@ -490,7 +490,7 @@ export class Avatars extends Service {
* Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection) API or directly from your database console.
93
93
*
@@ -176,7 +176,7 @@ export class Databases extends Service {
176
176
* @returns {Promise}
177
177
* @deprecated This API has been deprecated since 1.8.0. Please use `TablesDB.getRow` instead.
* Create or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection) API or directly from your database console.
253
253
*
@@ -333,7 +333,7 @@ export class Databases extends Service {
333
333
* @returns {Promise}
334
334
* @deprecated This API has been deprecated since 1.8.0. Please use `TablesDB.updateRow` instead.
* Trigger a function execution. The returned object will return you the current execution status. You can ping the `Get Execution` endpoint to get updates on the current execution status. Once this endpoint is called, your function execution process will start asynchronously.
86
86
*
@@ -169,7 +169,7 @@ export class Functions extends Service {
0 commit comments