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

Adding support for request bodies and nested parameters for PUT and POST method request bodies. #124

Closed
wants to merge 8 commits into from

Commits on Nov 1, 2013

  1. Setup 'config.rb' for Compass use. Modifying the Sass file will be ea…

    …sier with Compass available.
    Vijay Korapaty committed Nov 1, 2013
    Configuration menu
    Copy the full SHA
    9bc39a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d32a315 View commit details
    Browse the repository at this point in the history
  3. Adding support for request bodies for PUT and POST methods, and nested

    parameters for PUT / POST method request bodies.
    
    Functionality description:
    This patch adds support for documenting parameters of a request body. As
    values are filled into the content parameters, the method's text area is
    filled in with what the request body should be. The text area is what
    will be submitted as the request body, and can be modified directly if a
    user wants to.
    
    Implementation details:
    Content parameters use nested lists instead of tables. It was easier to
    figure out how to style nested lists compared to styling nested tables.
    Styling was done using Sass and Compass, making use of the updated
    style.scss.
    
    In app.js, the 'requestBody' variable has been replaced by the 'content'
    variable.
    Vijay Korapaty committed Nov 1, 2013
    Configuration menu
    Copy the full SHA
    a917d25 View commit details
    Browse the repository at this point in the history
  4. Adding an example API and updating the README.

    Adding content_parameters_example.json to demonstrate how the content
    parameters work. A first-pass has been taken at documenting the new
    functionality in the README.
    Vijay Korapaty committed Nov 1, 2013
    Configuration menu
    Copy the full SHA
    d631f4a View commit details
    Browse the repository at this point in the history
  5. Recompiled stylesheet and fixed a minor error in the content paramete…

    …rs example.
    Vijay Korapaty committed Nov 1, 2013
    Configuration menu
    Copy the full SHA
    a593a08 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2014

  1. Three Legged OAuth 1.0: POST, PUT content was empty. Also fixed apiKe…

    …y and apiSecret when empty
    lapastillaroja committed Mar 3, 2014
    Configuration menu
    Copy the full SHA
    4192049 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2014

  1. Configuration menu
    Copy the full SHA
    3bb13b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from lapastillaroja/feature/content-parameters

    Three Legged OAuth 1.0: POST, PUT does not work. Content is always empty
    vky committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    388223d View commit details
    Browse the repository at this point in the history