astrosat / safers-dashboard-api

Common API Gateway for SAFERS
MIT License
0 stars 1 forks source link

feat(backend): teams_view refactor #354

Closed allynt closed 1 year ago

allynt commented 1 year ago

Moved the code to fetch teams from the view into the GATEWAY_CLIENT.

Replaced the drf-yasg code w/ drf-spectacular code.

Removed unused code.

Ensured that OAuth2 token authentication is the only type that DRF will accept.