ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
136 stars 64 forks source link

Introduce a Ballerina connector for PayPal REST API #7037

Open NipunaRanasinghe opened 1 month ago

NipunaRanasinghe commented 1 month ago

We are planning to introduce a new Ballerina connector for the latest PayPal REST API, generated using it's OpenAPI specification.

Related links:

This includes the following tasks:

  1. Create a new repository under 'ballerina-platform' organization.
  2. Review and sanitize the OpenAPI specification.
  3. Generate the connector client.
  4. Implement a test suite covering the core functionalities.
  5. Write documentation with examples.
aazam-gh commented 1 month ago

Hi! I would like to work on this :)

MohamedSabthar commented 1 month ago

๐Ÿ‘‹ Welcome, @aazam-gh! ๐Ÿš€

We're thrilled to have you join the Ballerina Hacktoberfest community! The issue has been assigned to you, and weโ€™re excited to see your contributions.

To help you get started, here are a few essential resources:

  1. Connector Contributor Guide: Make sure to go through our Ballerina Hacktoberfest connector contributor guidelines and follow the exact steps, to contribute effectively.
  2. Learn Ballerina: Whether you're new to Ballerina or looking to enhance your skills, check out our official learning resources.
  3. Community & Support: If you have technical questions, feel free to ask on Stack Overflow with the Ballerina tag, or join us on Discord to connect with other community members.

No contribution is too small, and your feedback is always welcome! Donโ€™t hesitate to ask questions, propose new ideas, or report issues.

We are currently in the process of creating a GitHub repository for this connector module and will update you once itโ€™s available. In the meantime, please go through the relevant resources and documentation related to the connector.

Happy coding and welcome aboard! ๐ŸŽ‰

aazam-gh commented 1 month ago

@MohamedSabthar is the repository for this connector ready?

MohamedSabthar commented 3 weeks ago

@MohamedSabthar is the repository for this connector ready?

Hi @aazam-gh, Sorry for the late response. We are currently creating this repo for you. I'll update you here once it's ready. In the meantime, you can start trying out the connector generation in your own repository.

MohamedSabthar commented 1 week ago

Hi @aazam-gh,

I'll be mentoring your project, and we have created the repository for your connector project with the initial project template. You can start working in this repository: https://github.com/ballerina-platform/module-ballerinax-paypal.subscriptions

Please refer to the contribution process section for guidelines on raising a PR: https://ballerina.io/hacktoberfest/connector-contributor-guide/#contribution-process.

Happy coding! ๐ŸŽ‰

aazam-gh commented 1 week ago

Awesome! I'll be sure to provide updates

aazam-gh commented 1 week ago

@MohamedSabthar The PayPal api seems to have multiple different spec files. Each for their endpoint How do i go on about preparing the spec? Should i combine them into one single file?

MohamedSabthar commented 1 week ago

@MohamedSabthar The PayPal api seems to have multiple different spec files. Each for their endpoint How do i go on about preparing the spec? Should i combine them into one single file?

@aazam-gh This connector specifically focuses on the subscriptions endpoint, so use the OpenAPI specification specific to the subscriptions endpoint.