---------------------- I apologize, but I don't have enough information in the provided knowledge sources to directly answer your question about using the specific GitHub repository (https://github.com/WeferralHq/weferral-api) with Wasp's starter kit or expanding your SaaS with it.
However, I can provide some general information about using external APIs with Wasp:
Wasp allows you to integrate external APIs into your application. You can make API calls from your Wasp server (in queries or actions) to external services. This is mentioned in the context of using custom API endpoints:
To determine if the specific API you mentioned is compatible and how to integrate it, you would need to review its documentation and compare it with Wasp's capabilities. If you need more specific guidance, I recommend asking in the Wasp community forums or consulting the Wasp documentation for detailed integration steps. ---------------------- Note: you can ask me a follow up question by @ mentioning me again ----------------------
@Ivan I'm not a member of the core team, but just a few observations:
If you want to continue your conversation with the bot, you have to "@" it in your replies, i.e. "@kapa.ai"
The repo you're asking about is very outdated and hasn't been updated for 4 years, so I expect it would require some effort to get it working with current runtimes and dependencies.
I'm no Wasp expert, but it doesn't appear that this repo could be easily integrated into a Wasp project. While it shares Node and Postgres in common with Wasp, it accesses the database directly (which Wasp doesn't support, AFAIK) and has a whole different architecture.
As the bot suggested above, if you want to integrate an API like this, I think you'd have to deploy it separately and then define custom operations in your Wasp app to call into it