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

Unifies NotFound error handling #126

Closed

Commits on Feb 27, 2015

  1. [API] Unifies NotFound error handling

      - Util#__rescue_from_not_found method to standardize NotFound handling
      - Unit tests for new method
    
      Example:
    
        Utils.__rescue_from_not_found do
          # ...
          perform_request(method, path, params, body).status == 200 ? true : false
        end
    Tad Hosford committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    9635384 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2015

  1. Call Utils#__rescue_from_not_found directly above the perform_request…

    … method call
    Tad Hosford committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    79c4b83 View commit details
    Browse the repository at this point in the history