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

Stop inflecting API method parameters on each call #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 9, 2015

  1. Stop inflecting API method parameters on each call

    Previously, every parameter of an API call was converted to camel case before
    being serialized to JSON  - even if it had been converted before. This added
    unnecessary overhead to every API call.This avoids these conversions by
    manually constructing dicts with the correct keys from the parameters passed
    to the method.
    petedmarsh committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    030254b View commit details
    Browse the repository at this point in the history