Created the get_all_post_tags function as well as the get_single_post_tag function in views post_tag_requests.py
Imported those functions into the views init.py as well as the request_handler.py
Inserted those functions into the do_GET in the request_handler.py
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Ticket
28 #29
Description
Created the get_all_post_tags function as well as the get_single_post_tag function in views post_tag_requests.py Imported those functions into the views init.py as well as the request_handler.py Inserted those functions into the do_GET in the request_handler.py
Type of change
How Has This Been Tested?
Test A
Test B