Viewing profile — alanloo
alanloo
HN member- Joined
- Mon, Oct 09, 2023, 7:34 PM UTC
- HN karma
- 2
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About alanloo
No profile information was provided.
Recent public activity
-
story
Show HN: Integuru – Integrate with platforms via the source code
Hey HN! We’re Alan and Richard from Integuru (YC W24). We generate fast, reliable integrations for platforms lacking official APIs. About 2 years ago, we released the first agent t…
-
comment
Comment #42179639
If you're using your own account, you can just use your own authentication cookies, but they do expire. If you're providing these functionalities for others' accounts and if you're…
-
comment
Comment #42179570
Good question! You can get the bearer token from the cookies in the browser. We also offer a hosted service where we handle the entire integration (authentication and hosting).
-
comment
Comment #41991803
if the types and field names change, our parsing script should be able to detect that so it should be covered. I was talking about handling the subtle changes that are undetectable…
-
comment
Comment #41991147
We feel your pain with maintenance. We have plans to handle this by using LLMs to detect response anomalies. From our experience, reverse engineering is still less prone to breakag…
-
comment
Comment #41986757
Very interesting to hear about your experience here! We haven't come across a website that has this design and don't offer support for this just yet. We can certainly implement if …
-
comment
Comment #41985972
Thank you for your suggestions, and really glad to hear you're excited about Taiki! We will update the the FAQ with your suggestions — honestly, this part of the website is a bit o…
-
comment
Comment #41984783
Thank you! Integuru itself doesn't handle recaptchas and signed requests, but we have a hosted solution where we use third-party services to handle recaptchas and manually create i…
-
comment
Comment #41984435
Good question. Finding the request that's responsible for the action you want will be a bit trickier for SSR, but it's still possible for most cases. It auto-generates regex (for n…
-
comment
Comment #41984183
This is a very important question. Thank you for bringing this up! Currently it requires human intervention to auto-fix integrations as someone needs to trigger the correct network…
-
comment
Comment #41984107
Thanks and yes that's part of the roadmap! Currently you need to trigger the UI actions manually to generate the network requests used by Integuru. But we're planning automate the …
-
comment
Comment #41984022
Thank you! As long as the network request contains the query, it should work as expected. So yes it should work with introspection disabled graphQL APIs. Excited to see what you do…