-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat 4037 pull request to write a sendmessage funcion using .net #176
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested some of the documented process, it seems well written and worked for me.
@adityaoberai needs to take a look at the code itself, though!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove any .vscode/
directories since they're VS Code editor configs (irrelevant to the function, obj/
directories since they're build files, .sln
file since it is only relevant to Visual Studio and not the function, Properties/launchSettings.json
file since it is meant for ASP.NET projects (and the function as itself is not one)
The function itself looks fine to me. However, it is meant for the older version of Open Runtimes. @gewenyu99 would it be better to make this for the new runtimes? |
This repo is the old runtime repo. We can keep for legacy purposes. We'll find a way to deprecate this repo in the future, up to @Meldiron . |
Hello @adityaoberai. I have made the requested changes. Thank you. |
@adityaoberai @gewenyu99 Please what is left of this project. |
@gyamposudodzi We actually don't use this repo, or legacy V2 functions anymore. Appwrite functions V3 has new syntax and new runtimes, so this won't be compatible with the new functions. We really appreciate your contribution ❤️ We're sorry about the deprecation. |
Description
This pull request introduces the sendmessage function to the openruntimes/examples repository using the .NET framework. The goal is to provide users and developers with a customizable cloud function that helps send messages via email, sms, discord or twitter. This function further expands the openruntimes/examples repository.
Issue
Functionality created
This function enables users send message to various channels namely, email, twitter, discord, and sms.
Additional notes
The send twitter functionality makes use of a library that is association with the twitter v1.1 api endpoints. This would mean for a tweet to be sent the user needs certain access(via a paid subscription).
Screenshots