Compare commits
No commits in common. "5feee5408c73a132f81e71311fbaaa0cebd90a1d" and "83ca5f1bb6c13564cc13c59e101eaec227ccfec3" have entirely different histories.
5feee5408c
...
83ca5f1bb6
@ -13,15 +13,15 @@ MRE_request_parser = RequestParser()
|
|||||||
MRE_request_parser.add_argument('consumer_fico',
|
MRE_request_parser.add_argument('consumer_fico',
|
||||||
required=True,
|
required=True,
|
||||||
type=int,
|
type=int,
|
||||||
help='The consumer\'s fico score (int between [300, 850]).')
|
help='The consumer\'s fico score (int between [300, 850])')
|
||||||
MRE_request_parser.add_argument('home_price',
|
MRE_request_parser.add_argument('home_price',
|
||||||
required=True,
|
required=True,
|
||||||
type=float,
|
type=float,
|
||||||
help='The price of the home the consumer wants to buy (float).')
|
help='The price of the home the consumer wants to buy (float)')
|
||||||
MRE_request_parser.add_argument('down_payment',
|
MRE_request_parser.add_argument('down_payment',
|
||||||
required=True,
|
required=True,
|
||||||
type=float,
|
type=float,
|
||||||
help='The down payment (as a percentage) for purchasing the home (float between [0, 1]).')
|
help='The down payment (as a percentage) for purchasing the home (float between [0, 1]).)
|
||||||
|
|
||||||
@namespace.route('/from_down_payment')
|
@namespace.route('/from_down_payment')
|
||||||
@namespace.doc(params={
|
@namespace.doc(params={
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user