Analytics/resources/sendgrid_management.py - Contains the resource classes that allow an admin user to test whether the Sendgrid API key environment variable is valid and to replace an invalid api key
Analytics/test_sendgrid_management.py - Contains the tests for sendgrid_management.py
Updated files
Analytics/app.py - exposed the endpoints for the resource classes in sendgrid_management.py
New Files
Analytics/resources/sendgrid_management.py - Contains the resource classes that allow an admin user to test whether the Sendgrid API key environment variable is valid and to replace an invalid api key Analytics/test_sendgrid_management.py - Contains the tests for sendgrid_management.py
Updated files Analytics/app.py - exposed the endpoints for the resource classes in sendgrid_management.py