Closed taylodl closed 9 months ago
The service will be invoked via a GET request using the following query parameters:
?months=
?amount=
?apr=
Use Flask
Done.
Encountered issues with using the query string values directly since they're not numbers. That's something that never showed up in the Jupyter notebook.
The service will be invoked via a GET request using the following query parameters:
?months=
?amount=
?apr=
Use Flask