1
0
Fork 0
mirror of synced 2024-06-22 04:30:29 +12:00
appwrite/app/sdks/server-go
2020-05-17 19:12:28 +03:00
..
docs/examples Merge branch '0.6' of github.com:appwrite/appwrite into functions 2020-05-17 19:12:28 +03:00
avatars.go Updated SDKs 2020-02-23 20:09:34 +02:00
CHANGELOG.md Updated SDKs 2020-04-05 23:39:45 +03:00
client.go Updated SDKs 2020-05-06 13:16:23 +03:00
database.go Updated server SDKs 2020-05-02 07:23:56 +03:00
functions.go Removed trigger attribute 2020-05-12 23:14:46 +03:00
health.go Updated SDKs 2020-05-17 08:29:57 +03:00
LICENSE Updated SDKs 2020-02-23 20:09:34 +02:00
locale.go Updated SDKs 2020-02-23 20:09:34 +02:00
main.go Updated SDKs 2020-02-23 20:09:34 +02:00
README.md Updated SDKs 2020-05-17 08:29:57 +03:00
storage.go Updated SDKs 2020-02-23 20:09:34 +02:00
teams.go Updated SDKs 2020-02-23 20:09:34 +02:00
users.go Updated server SDKs 2020-05-02 07:23:56 +03:00
utils.go Updated SDKs 2020-02-23 20:09:34 +02:00

Appwrite SDK for Go

License Version

This SDK is compatible with Appwrite server version 0.6.0. For older versions, please check previous releases.

Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way. Use the Go SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools. For full API documentation and tutorials go to https://appwrite.io/docs

Appwrite

Installation

To install using go get:

go get github.com/appwrite/sdk-for-go

Contribution

This library is auto-generated by Appwrite custom SDK Generator. To learn more about how you can help us improve this SDK, please check the contribution guide before sending a pull-request.

License

Please see the BSD-3-Clause license file for more information.