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

Return 'null' on status 404 #57

Merged
merged 4 commits into from
Jan 31, 2018
Merged

Return 'null' on status 404 #57

merged 4 commits into from
Jan 31, 2018

Commits on Jan 16, 2018

  1. Configuration menu
    Copy the full SHA
    4fa0f3a View commit details
    Browse the repository at this point in the history
  2. Improve initialization of default result object

    - Use const qualifiers
    - Initialize 'result' attribute with 'null', so the code matches the documentation
    - Use strict identity check for 'null' in test
    André Wachter committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    72df730 View commit details
    Browse the repository at this point in the history
  3. Adjust rest tests

    André Wachter committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    308cec6 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Rename variable in RestClient._processResponse()

    André Wachter committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    77fac00 View commit details
    Browse the repository at this point in the history