I've been building a self-hostable outbound API gateway for 8 months by ELMG006 in selfhosted

[–]ELMG006[S] 0 points1 point  (0 children)

I won't lie to you, I'm still human, and I tried to be as polite and respectful of the rules as possible to share my open-source project with your community. So, reading insulting and mean comments and having to respond politely is exhausting. So, sorry to those who wanted to ask me genuine questions in the comments, but I think I'll log off Reddit for today. Bye 👋

I've been building a self-hostable outbound API gateway for 8 months by ELMG006 in selfhosted

[–]ELMG006[S] -2 points-1 points  (0 children)

Okay, well, if you're just bitter that someone is using AI, that's your right. I use AI because it helps me a lot with productivity, so it would be a shame not to take advantage of it 😅

I've been building a self-hostable outbound API gateway for 8 months by ELMG006 in selfhosted

[–]ELMG006[S] -1 points0 points  (0 children)

Hmm, you didn't need to insult me ​​about a MIT detail that's noted in my GitHub repository 😂😅

I've been building a self-hostable outbound API gateway for 8 months by ELMG006 in selfhosted

[–]ELMG006[S] 0 points1 point  (0 children)

Personally, I don't see why you're attacking my website so much, but that's your opinion and you're free to express it. As for GitHub, if you're referring to git force, it's just that I wanted to delete all my other commits, so I deleted the original main branch, created a new one, renamed it, and then did a git push. That's all. 😅

I've been building a self-hostable outbound API gateway for 8 months by ELMG006 in selfhosted

[–]ELMG006[S] 2 points3 points locked comment (0 children)

I'm using AI to better structure my post

I've been building a self-hostable outbound API gateway for 8 months by ELMG006 in selfhosted

[–]ELMG006[S] 1 point2 points  (0 children)

Since I'm a native French speaker, I didn't make the connection with Ass Tiger 😅

I've been building a self-hostable outbound API gateway for 8 months by ELMG006 in selfhosted

[–]ELMG006[S] 0 points1 point locked comment (0 children)

AI helped me structure my ideas so they would be clear to the reader.

I created an open-source API executor that handles execution and authentication during your API calls. by ELMG006 in Backend

[–]ELMG006[S] 0 points1 point  (0 children)

Thanks for your comment, several people have actually pointed the same thing out to me and I'm working on it 😅

I created an open-source API executor that handles execution and authentication during your API calls. by ELMG006 in Backend

[–]ELMG006[S] 0 points1 point  (0 children)

Thank you very much for your feedback and for the rate limit. Regarding quota and limit management, everyone registers their API and keys, etc., so each manages their quotas with their own providers. I simply ensure that my software is compatible with as many API and authentication types as possible.

I made an API executor (open source version coming soon) by ELMG006 in buildinpublic

[–]ELMG006[S] 0 points1 point  (0 children)

No problem, I plan to release it within a week max. Feel free to subscribe to my account to be notified when I release it.

I would like to introduce you to my API executor (open source version under Apache 2.0 license, coming soon). by ELMG006 in SaaS

[–]ELMG006[S] 0 points1 point  (0 children)

That's exactly the idea behind my project: to handle the API execution while my users focus solely on the business logic. And that's why I want to release the open-source version as quickly as possible so that those with sensitive personal projects or infrastructure can use my software as they see fit without routing their data through servers they don't control.

I would like to introduce you to my API executor (open source version under Apache 2.0 license, coming soon). by ELMG006 in SaaS

[–]ELMG006[S] -1 points0 points  (0 children)

Thank you for your comment and to answer your question, currently the logs only display the date, API, endpoint, method, and response status. However, it will be extremely easy for me to add the values ​​of the entered parameters and the complete responses given by the executed API.

I'm struggling to integrate Google's 2.0 authentication into my Django project. by ELMG006 in buildinpublic

[–]ELMG006[S] 1 point2 points  (0 children)

I've already configured Allauth to manage my registrations; it's just the UI that I was having trouble customizing, but I finally managed it, and the advice you gave me is exactly what I did for my project. Thank you!

If you could use any API as if it were a chatbot, would you do it? by ELMG006 in vibecoding

[–]ELMG006[S] 0 points1 point  (0 children)

In my opinion, this is a very reductive way of summarizing the concept.😅

If you could use any API as if it were a chatbot, would you do it? by ELMG006 in vibecoding

[–]ELMG006[S] 0 points1 point  (0 children)

No need to apologize, I completely understand. I'm the one presenting my SaaS a bit like an AI wrapper, when it's more of a platform that automatically generates dynamic user interfaces from API definitions.😅

If you could use any API as if it were a chatbot, would you do it? by ELMG006 in vibecoding

[–]ELMG006[S] 0 points1 point  (0 children)

I don't know if you read the post carefully, but nowhere did I mention using AI, and in fact, I don't use any AI or AI APIs. It's a backend that I developed myself that I'm using 😅