appwrite / sdk-for-dotnet

[READ-ONLY] Official Appwrite .NET SDK

Home Page:https://appwrite.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“š Documentation: How to use the dotnet SDK?

Aronastu opened this issue Β· comments

πŸ’­ Description

for .NET there is missing documentation
my question is how to filter ListDocuments() function
database.ListDocuments(String collectionId, list ? filters = null, ...)

my question is how to filter any example pls , i dont know list<object> ? filters = null

but from my flutter and web experience, I was doing like this
queries: [
Query.equal("uid", uid),
],
so how can Filer data inside ListDocuments() function in .NET, thanks.

πŸ‘€ Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏒 Have you read the Code of Conduct?

  • I read the Code of Conduct

Hi
We currently do not have the .NET SDK released for Appwrite. This repo is outdated and not in use currently (please check the version in README)

As and when it is released, we will include the documentation for it. Thanks

Hi, please take a look here: https://appwrite.io/docs/rest , you can use query methods: https://appwrite.io/docs/rest#query and use the API directly