sdk-for-go
sdk-for-go copied to clipboard
[READ-ONLY] Official Appwrite GO SDK
### 💭 Description Hello, it's been a while since there is an update to this SDK. Will there be an update to the Go SDK in 2024? ### 👀 Have...
Also had to fix/rewrite the client.Call function. Since go doesn't have optional arguments, I created a generic Optional[T] struct.
### 🔖 Feature description CreateAttribute functions as it is available in the other official SDK's. - [x] string - [x] integer - [x] float - [x] boolean - [x] url...
### 👟 Reproduction steps I recently was trying to use this sdk for my project work, I came across the unmatched datatype `object` was throwing issues. ### 👍 Expected behavior...