Skip to content

Support non-alphanumerical operation IDs #119

@erunion

Description

@erunion

If an operation ID has non-alphanumerical characters like scim/provision-and-invite-user code snippets generated for the SDK currently are invalid JS:

Screen Shot 2020-07-27 at 12 25 55 PM

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

No one assigned

    Labels

    area:coreIssues related to `core`, which is the package that powers the SDKs at runtimebugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions