OpenEugene / little-help-book-api

the little help book api and sample app
MIT License
1 stars 0 forks source link

Make API endpoing for generating and downloading the CSV for mailmerge into the PDF. #8

Open markdav-is opened 3 years ago

markdav-is commented 3 years ago

final_book.xlsx

https://github.com/OpenEugene/little-help-book-web/blob/develop/table-of-contents-style-homepage/scripts/get_table.py

colindavey commented 3 years ago

Would it make sense to leverage the existing python code by having the endpoint be a wrapper around it? As opposed to rewriting it in C#?

markdav-is commented 3 years ago

If you want to explore putting your python code in docker and deploying it that might be fun. Adding a new c# method will be pretty simple. We can do both. Someday the little help book will get a back end. Sounds like it will have many back ends.

colindavey commented 3 years ago

Here's another option: https://ironpython.net/.