the withoutBodyParameter flag to Parameters allows the user to return the list of parameters for the method excluding the parameter that will be sent in the body of the request.
Unit tests were added, including a unit test for without this flag since that did not already exist. I also added a new method on the controller that has no body parameter. This meant I had to update the other unit tests to accomodate this new method.
I updated the docs by running the DocumentGenerator project.
fixes #22
the withoutBodyParameter flag to Parameters allows the user to return the list of parameters for the method excluding the parameter that will be sent in the body of the request.
Unit tests were added, including a unit test for without this flag since that did not already exist. I also added a new method on the controller that has no body parameter. This meant I had to update the other unit tests to accomodate this new method.
I updated the docs by running the DocumentGenerator project.