readmeio/api

Support non-alphanumerical operation IDs

Closed this issue · 0 comments

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.