-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
area:coreIssues related to `core`, which is the package that powers the SDKs at runtimeIssues related to `core`, which is the package that powers the SDKs at runtimebugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
If an operation ID has non-alphanumerical characters like scim/provision-and-invite-user
code snippets generated for the SDK currently are invalid JS:
What we should do is explode on /
, slugify each piece, and implode back on a period.
So scim/provision-and-invite-user
will become scim.provisionAndInviteUser
.
Metadata
Metadata
Assignees
Labels
area:coreIssues related to `core`, which is the package that powers the SDKs at runtimeIssues related to `core`, which is the package that powers the SDKs at runtimebugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request