@shreeup Did an amazing job abstracting the fileapi endpoints into one blueprint. Seeing the leftover /hello endpoint made me think of a great first issue and feature enhancement.
This would be an amazing task for someone who is starting to feel comfortable with RESTful architecture and API design. You can be as creative as you want. Flask can serve html templates via JINJA, you could create a terminal interface or input prompting. Go crazy!
The endpoint should at the very least return a response explaining what the api is used and developed for. Link to the Climate Tech Handbook github, deployment site, blog posts, etc. Say thanks for stopping by, maybe point to the README or talk about Jacob (@futuresoup)
@shreeup Did an amazing job abstracting the fileapi endpoints into one blueprint. Seeing the leftover
/hello
endpoint made me think of a great first issue and feature enhancement.https://github.com/climate-tech-handbook/data-magic/blob/main/app/api/routes.py
This would be an amazing task for someone who is starting to feel comfortable with RESTful architecture and API design. You can be as creative as you want. Flask can serve html templates via JINJA, you could create a terminal interface or input prompting. Go crazy!
The endpoint should at the very least return a response explaining what the api is used and developed for. Link to the Climate Tech Handbook github, deployment site, blog posts, etc. Say thanks for stopping by, maybe point to the README or talk about Jacob (@futuresoup)