appwrite / templates

Templates for Appwrite Functions ⚡️🌩️
https://appwrite.io
MIT License
105 stars 81 forks source link

🚀 Feature: Add WhatsApp with Vonage for Dart #200

Closed gewenyu99 closed 8 months ago

gewenyu99 commented 9 months ago

Appwrite Functions allow you to extend and customize your Appwrite server functionality by executing your custom code. 🤩 You can learn more at our official Appwrite Functions docs.

Your task is to implement the WhatsApp with Vonage function in Dart. You can look at the existing Appwrite Functions Templates in another coding language.

Your function should behave and be implemented similarly to existing WhatsApp with Vonage Node.js template.

Tasks summary:

If you need any help, contact us on our Discord server.

Are you ready to work on this issue? 🤔 Let us know, and we will assign it to you 😊

Happy Appwriting!

tejas-raskar commented 9 months ago

I would like to work on this. Can you assign it to me?

loks0n commented 9 months ago

Hi @tejas-raskar , I've assigned the issue to you! Happy Hacktoberfest 🎃!

Notes:

nimsmgr commented 9 months ago

I would like to work on this if it gets unassigned.

tejas-raskar commented 9 months ago

Hey @loks0n

Quick Update: I am still working on the issue. Will be done by the weekend.

tejas-raskar commented 9 months ago

image

When I call this function to get the index.html file after a 'GET' request I get the following error:

FileSystemException: Cannot open file, path = '/usr/local/server/src/function/../static/index.html' (OS Error: No such file or directory, errno = 2)

What am I doing wrong? @loks0n @gewenyu99

letsintegreat commented 9 months ago

Hey, I would like to be assigned if the current assignee is unresponsive, thanks!

loks0n commented 9 months ago

image

When I call this function to get the index.html file after a 'GET' request I get the following error:

FileSystemException: Cannot open file, path = '/usr/local/server/src/function/../static/index.html' (OS Error: No such file or directory, errno = 2)

What am I doing wrong? @loks0n @gewenyu99

Seems like the .. is not expanding, you may need to use path.normalize function

tejas-raskar commented 9 months ago

image

When I call this function to get the index.html file after a 'GET' request I get the following error:

FileSystemException: Cannot open file, path = '/usr/local/server/src/function/../static/index.html' (OS Error: No such file or directory, errno = 2)

What am I doing wrong? @loks0n @gewenyu99

Seems like the .. is not expanding, you may need to use path.normalize function

Okay! I will be continuing working on this issue

Haimantika commented 8 months ago

image When I call this function to get the index.html file after a 'GET' request I get the following error: FileSystemException: Cannot open file, path = '/usr/local/server/src/function/../static/index.html' (OS Error: No such file or directory, errno = 2) What am I doing wrong? @loks0n @gewenyu99

Seems like the .. is not expanding, you may need to use path.normalize function

Okay! I will be continuing working on this issue

Hi, do you have an update? Are you still working on it?

tejas-raskar commented 8 months ago

image When I call this function to get the index.html file after a 'GET' request I get the following error: FileSystemException: Cannot open file, path = '/usr/local/server/src/function/../static/index.html' (OS Error: No such file or directory, errno = 2) What am I doing wrong? @loks0n @gewenyu99

Seems like the .. is not expanding, you may need to use path.normalize function

Okay! I will be continuing working on this issue

Hi, do you have an update? Are you still working on it?

Hi, Yes I'm still working on it. The implementation is almost ready and I'm currently fixing some bugs.

gewenyu99 commented 8 months ago

Closed by #246