ConnectedPlacesCatapult / SharingCitiesDashboard

Personalisable dashboard for Sharing Cities IoT data
Apache License 2.0
6 stars 5 forks source link

Fcc 166 implement sengrid endpoints #192

Closed kpennels closed 5 years ago

kpennels commented 5 years ago

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