Skip to content

Commit

Permalink
chore: Updated service status in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkanishka committed Nov 29, 2024
1 parent 5855c73 commit 2c07c5d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 11 deletions.
2 changes: 0 additions & 2 deletions lib/appwrite/services/accounts.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ defmodule Appwrite.Services.Accounts do
and fetch the user security logs with his or her recent activity.
You can authenticate the user account by using multiple sign-in methods available.
Once the user is authenticated, a new session object will be created to allow the user to access his or her private data and settings.
Status: In Testing
"""

alias Appwrite.Consts.OAuthProvider
Expand Down
2 changes: 0 additions & 2 deletions lib/appwrite/services/database.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ defmodule Appwrite.Services.Database do
Using Appwrite permissions architecture,
you can assign read or write access to each document in your project for either a specific user,
team, user role, or even grant it with public access (*).
Status: In Testing
"""

alias Appwrite.Utils.Client
Expand Down
2 changes: 0 additions & 2 deletions lib/appwrite/services/functions.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ defmodule Appwrite.Services.Functions do
Appwrite Cloud Functions lets you automatically run backend code in response to events triggered by Appwrite
or by setting it to be executed in a predefined schedule.
Your code is stored in a secure way on your Appwrite instance and is executed in an isolated environment.
Status: In Testing
"""

alias Appwrite.Utils.Client
Expand Down
2 changes: 0 additions & 2 deletions lib/appwrite/services/locale.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ defmodule Appwrite.Services.Locale do
The user service supports multiple locales.
This feature allows you to fetch countries and continents information in your app language.
Status: In Testing
"""

alias Appwrite.Utils.Client
Expand Down
4 changes: 1 addition & 3 deletions lib/appwrite/services/storage.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ defmodule Appwrite.Services.Storage do
The preview endpoint allows you to generate preview images for your files.
Using the preview endpoint, you can also manipulate the resulting image so that it will fit perfectly inside your app in terms of dimensions, file size, and style. The preview endpoint also allows you to change the resulting image file format for better compression or image quality for better delivery over the network.
Status: In Testing
"""
"""

alias Appwrite.Utils.Client
alias Appwrite.Exceptions.AppwriteException
Expand Down

0 comments on commit 2c07c5d

Please sign in to comment.