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
*
@@ -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 {
* Create a new file. Before using this route, you should create a new bucket resource using either a [server integration](https://appwrite.io/docs/server/storage#storageCreateBucket) API or directly from your Appwrite console.
99
99
*
@@ -233,7 +233,7 @@ export class Storage extends Service {
* Get a file content by its unique ID. The endpoint response return with a 'Content-Disposition: attachment' header that tells the browser to start downloading the file to user downloads directory.
417
417
*
@@ -489,7 +489,7 @@ export class Storage extends Service {
* Get a file preview image. Currently, this method supports preview for image files (jpg, png, and gif), other supported formats, like pdf, docs, slides, and spreadsheets, will return the file icon image. You can also pass query string arguments for cutting and resizing your preview image. Preview is supported only for image files smaller than 10MB.
495
495
*
@@ -633,7 +633,7 @@ export class Storage extends Service {
0 commit comments