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

Set keys that are returned in the request to javascript to be camelCase #27

Open
culshaw opened this issue Jul 5, 2018 · 1 comment

Comments

@culshaw
Copy link

culshaw commented Jul 5, 2018

Currently it returns

{
  aws_payload: {},
  private_access_url: ""
}

this should be (or give the option to request it back as)

{
  awsPayload: {},
  privateAccessUrl: ""
}
@stevejalim
Copy link

+1 for an option that defaults to the current behaviour, but allows camelCase if explicitly requested -- that'd avoid a breaking change

@ghost ghost mentioned this issue Sep 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants