-
Notifications
You must be signed in to change notification settings - Fork 107
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
🚀 Feature: Add Subscriptions with Stripe for Swift #185
Comments
Can you assign me this issue please? |
Hi @Vinz000 have assigned the issue to you! Thank you for showing interest in contributing to Appwrite! Happy Hacktoberfest 🎃 Notes: Please update us with your progress every 3 days, so that we know that you are working on it. |
@gewenyu99 I need further clarification, I noticed the implementation of this template using node.js calls the Stripe api. However, I can't call the Stripe api directly using swift so I'm unsure how to achieve the same functionality? |
@Vinz000 Why can't you call the Stripe API using Swift? You can make an HTTP call calls directly to their API https://stripe.com/docs/implementation-guides/core-payments/server-side-integration |
@gewenyu99 I see. Will work on this now! |
Still working |
Hey @Haimantika Can you assign this issue to me? |
Hi @Vinz000 are you still working on it? If you have any updates, let us know. |
@Haimantika I'm no longer working on it |
Hi @ShamanthOP the issue is yours now. Remember to keep us updated every 3 days. |
Hey @Haimantika I won't be able to complete this due to some personal constraints. |
Hello @Haimantika, Can I take this up? |
Hi @Haimantika . I've worked with Stripe API and would love to work on this issue. Can you please assign this to me ? |
Closing issue due to inactivity and hacktoberfest being over, thank you for taking the time to be part of hacktoberfest this year :) |
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 Subscriptions with Stripe function in Swift. You can look at the existing Appwrite Functions Templates in another coding language.
Your function should behave and be implemented similarly to existing Subscriptions with Stripe Node.js template.
Tasks summary:
feat-implement-subscriptions-with-stripe-swift
swift/subscriptions-with-stripe/
.README.md
explaining what the function does, how to use it, and customize it. Here is an example.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!
The text was updated successfully, but these errors were encountered: