Open madhushreeray30 opened 1 year ago
Thanks for reviewing. I am still testing a few endpoints, especially the health-related ones. I have not yet appropriately started documenting the plugin, once I am done with basic testing of all the tables, I shall complete the description and documentation.
I will try to make the changes as soon as possible. Thanks
Thanks @Mr-Destructive for this new plugin. Great work 🎉 !!
I think this plugin is a WIP hence I would like to give some recommendations on the structure built so far. This would help in faster development and ensure we follow our best practices:
appwrite.spc
appwrite.spc
file to follow the format of the namecheap pluginsecret_key
andproject_id
to authenticate or use theemail_id
andpassword
appwrite*
.
period. For exampleThe name of the bucket.
instead of justName
title
that should be a transform of thename
column or theid
column if the name is not presentEqualsQualString
instead ofEqualsQuals
tableAppwriteBucket
instead oftableBuckets
appwrite_bucket
instead ofappwrite_buckets
appwrite_bucket
they should be as follows:listbuckets
gutbucket
should be modified to
utils.go
andconnection_config.go
API_KEY_SECRET
? (Taking reference from the Appwrite console)docs/tables*
*
this improves visibility and makes the query output clean.Please provide dummy values in the where parameter rather than
YOUR_FUNCTION_ID
docs/index.md
README.md
Use SQL to query account and more from Appwrite.
should follow the link to the websiteconfig/appwrite.spc
file.export
command). For reference, we can check the namecheap plugin*
CHANGELOG.md
What's new?
A couple of follow-up questions:
Please let us know if you have questions, happy to help 👍