Method for Updating Signups in SDK #3272
Closed
mario-jerkovic
started this conversation in
Feature Requests
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The SDK currently lacks a method to update signup information. The Clerk REST API provides an endpoint for this functionality, but the absence of a corresponding SDK method requires developers to implement direct HTTP requests as a workaround. This not only increases the complexity of the integration but also risks creating inconsistent implementations across different codebases.
Impact
Expected Solution
The addition of an SDK method that encapsulates the REST API's functionality for updating signup information would be beneficial. This method would provide a more straightforward, standardized way to update signups, thus simplifying the development process and ensuring consistency.
Here's an example of how the REST API functionality could be wrapped in an SDK method:
If there is a need for a more detailed explanation on why this feature is necessary for the Node.js SDK, please feel free to reach out 🙂
Beta Was this translation helpful? Give feedback.
All reactions