-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
⚡ Write a sendHTTPRequest() Function using Dart #4173
⚡ Write a sendHTTPRequest() Function using Dart #4173
Comments
@PineappleIOnic Hello Pineapple, I would like to work on it. |
@sarkartanmay393 , thanks for your interest! 🙏 Happy hacking! 🎃 |
@Meldiron Hey Meldiron, Kindly look at my screenshot. I have created And I having a serious issue - Kindly show me a path to proceed forward. |
Please send us your logs by performing |
@PineappleIOnic @Meldiron I have solved those problems, I am now creating a PR and kindly look into that & point me out the spaces where to improve. |
@sarkartanmay393 Amazing, glad to hear that 🤩 Can you please write a comment here with a link to the PR? That way, it's easier for us to do proper checks during the review process. |
@Meldiron Opened PR for this issue: open-runtimes/examples/pull/58 |
@PineappleIOnic Since this PR isn't resolved yet, can I work on this? |
I would like to work on this issue and would be glad if it is assigned to me. |
@Yavnik, are you still interested in working on this? @Mithran-04, if @Yavnik doesn't work on this, are you still interested? |
Yes I am interested to work on this issue. |
Hi @stnguyen90, Yes, I would like to work on this. |
@Yavnik, sorry for the delay! I've assigned the issue to you. Please let me know if you won't be able to work on it. |
@stnguyen90 Opened PR for this issue: open-runtimes/examples#150 |
Thank you everyone for celebrating Hacktoberfest 22 with us! This issue will now be closed as we're getting ready to celebrate Hacktoberfest 23. |
💭 Introduction
Appwrite Functions allow you to extend and customize your Appwrite server functionality by executing your custom code 🤩 You can learn more in our official Appwrite Functions docs.
The backbone of Appwrite Functions is Open Runtimes, an environment for serverless cloud computing. Since all Open Runtime functions are valid Appwrite functions, we are looking for contributors to extend the Open Runtimes Examples repository.
Your task is to implement
sendHTTPRequest()
function using Dart. Please make sure to look at existing function examples and use them as a template for your function. This will help you keep the proper structure as well as provide information on how to test the function.⚡ Function Details
Send a HTTP request. All configurations should be received as a payload. Supported options must be
method
,url
,body
, andheaders
. Status code, response body, and response headers should be returned. No function variables are necessary.Example function payload:
Successful function response:
Error function response:
🎯 Requirements
✅ Task Summary
sendHTTPRequest()
inDart/
folder.If you have questions, need any help, or just want to hang out, make sure to join us on our Discord server.
Happy Appwriting!
The text was updated successfully, but these errors were encountered: