Maniac_Fighter
Not sure I understand, but wouldn't that defeat the purpose of having an SDK here if you want to make the custom calls yourself??
TL;DR
Issue: The user is experiencing difficulties accessing the HttpMethod: Enum.
Solution: It is unclear what the specific problem is or what the user is trying to accomplish. However, they mention using the REST API and GraphQL without an SDK. The suggested solution is to utilize the SDK's capabilities for better file handling. If the user wants to make custom calls themselves, it is advised to clarify their goal or purpose for doing so to determine if using the SDK would be appropriate. Ponguta_
Why to do that on flutter when you have SDK?
VincentGe
👀 We do let you use the REST API and GraphQL without and SDK. The only problem there is that file handling feels horrible to do.
Maniac_Fighter
I replied someone else’s question who deleted it now😶🌫️
Recommended threads
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Current User is Not authorized
recreating same Thread