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

Proposed v0.2 #7

Merged
merged 11 commits into from
May 23, 2015
Merged

Proposed v0.2 #7

merged 11 commits into from
May 23, 2015

Commits on May 18, 2015

  1. Change Receive and Do to support JSON decoding error structs

    * Start considering 2XX and non-2XX responses separately for decoding
    * Make Receive and Do accept successV and failureV interface pointers
    * Add ReceiveSuccess which accepts successV for decoding 2XX responses
    dghubble committed May 18, 2015
    Configuration menu
    Copy the full SHA
    b614e42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48c2d98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b74bcd View commit details
    Browse the repository at this point in the history

Commits on May 20, 2015

  1. Configuration menu
    Copy the full SHA
    bbc4ffd View commit details
    Browse the repository at this point in the history
  2. Breaking name changes for consistency and golint compliance

    * Rename BodyStruct setter to BodyForm
    * Rename JsonBody setter to BodyJSON
    * Internalize Sling.RawUrl field to rawURL
    * Internalize Sling.Method field to method
    * Add .travis.yml config which runs golint
    * Remove exported GET, HEAD, etc. constants
    dghubble committed May 20, 2015
    Configuration menu
    Copy the full SHA
    1436ba6 View commit details
    Browse the repository at this point in the history
  3. Add CHANGES.md Changelog

    dghubble committed May 20, 2015
    Configuration menu
    Copy the full SHA
    73ff937 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2015

  1. Check Content-Type is application/json before JSON decoding responses

    * Fix incorrect Content-Type headers used in test responses
    dghubble committed May 22, 2015
    Configuration menu
    Copy the full SHA
    e61868d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a54391 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    700ae3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    109c80f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2015

  1. Doc improvements and fixes

    dghubble committed May 23, 2015
    Configuration menu
    Copy the full SHA
    a2c3718 View commit details
    Browse the repository at this point in the history