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

Enable non-object JSON bodies #1282

Merged
merged 5 commits into from Dec 2, 2014
Merged

Commits on Dec 2, 2014

  1. Enable non-object JSON bodies

    Updated JSON requests so they can contain bodies that are not objects. For avoid unexpected surprises, JSON `null` values are not sent.
    jpage-godaddy authored and apoco committed Dec 2, 2014
    Copy the full SHA
    9021618 View commit details
    Browse the repository at this point in the history
  2. Reverted null body behavior

    jpage-godaddy authored and apoco committed Dec 2, 2014
    Copy the full SHA
    3417643 View commit details
    Browse the repository at this point in the history
  3. More JSON request tests

    Added test to ensure each type of JSON root object can be sent in a request
    jpage-godaddy authored and apoco committed Dec 2, 2014
    Copy the full SHA
    2d74ed8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a3dd3f8 View commit details
    Browse the repository at this point in the history
  5. Modifying JSON request test

    Modified JSON request tests so the same value sent in the request
    is echoed in the test server JSON response.
    apoco committed Dec 2, 2014
    Copy the full SHA
    ce70514 View commit details
    Browse the repository at this point in the history