Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

createPaginatedServiceCall - standardize uri - ignore / at the end if passed #167

Open
lakardion opened this issue Oct 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@lakardion
Copy link
Member

lakardion commented Oct 7, 2023

This may not just happen in createPaginatedServiceCall but in other places as well so it would be cool to prevent it to happen.

const getPaginated = createPaginatedServiceCall(
  {
    outputShape,
  },
  {
    uri: '/someuri',
  },
)

This would result in a call to //someuri

@lakardion lakardion added the bug Something isn't working label Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant