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

feat(gatewayresponses): add support for API Gateway Responses #841

Merged
merged 9 commits into from
Mar 19, 2019
Merged

feat(gatewayresponses): add support for API Gateway Responses #841

merged 9 commits into from
Mar 19, 2019

Commits on Mar 13, 2019

  1. feat(gatewayresponses): add support for API Gateway Responses

    This is a WIP. Remaining:
    
    1. Documentation
    2. Examples
    3. Edge Cases Which Will Be Pointed Out to Me, I'm Sure
    chrisoverzero committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    e951a61 View commit details
    Browse the repository at this point in the history
  2. Reflects Optionality of Status Code

    - Adds New Minimalism Test
    chrisoverzero committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    41be4d2 View commit details
    Browse the repository at this point in the history
  3. Add Specification Documentation

    - Adds Globals Documentation
    - Passes through Values for Gateway Response Types
    chrisoverzero committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    04eb006 View commit details
    Browse the repository at this point in the history
  4. Adds Example API

    ...Patterned off of Hello World because why not
    chrisoverzero committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    2a65ad5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f5c065 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Configuration menu
    Copy the full SHA
    7994f53 View commit details
    Browse the repository at this point in the history
  2. remove whitespace error

    keetonian committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    7b405cc View commit details
    Browse the repository at this point in the history
  3. Responds to Pull Request Feedback

    - Adds Additional Test Cases
      - ...for Number-Like String StatusCode
      - ...for Multiple Gateway Responses
    chrisoverzero committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    b562225 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d18722 View commit details
    Browse the repository at this point in the history