would it be crazy to add a new api path
would it be crazy to add a new api path along with api, internal.. authenticated - seems like it would improve my dx ๐
2 Replies
Have you tried the custom functions helper? https://github.com/get-convex/convex-helpers/blob/main/packages/convex-helpers/README.md#custom-functions
GitHub
convex-helpers/packages/convex-helpers/README.md at main ยท get-con...
A collection of useful code to complement the official packages. - get-convex/convex-helpers
Yeah, i make use of it so much, especially with my ent's project i even have wrapped internal functions that keep context. I was auditing my function files today and thinking it would be a faster way to detect if something is using a api call it shouldn't.
I often find myself double checking the children that they are wrapped properly so this would reduce that too.