You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFTER, and I repeat, AFTER you finish the auth pages and phase 1 of the backend, we should ideally link the student scraper project to be able to execute a query for any semester (return a list of valid semesters) provided we are an authenticated user. This means I will always be allowed to do this but I can let my friends do this by giving them access and forcing them to use Cyder.
The text was updated successfully, but these errors were encountered:
We'll need a secret connection of sorts to the backend to validate us before generating a street view/open map view image of a lat/lon or address coordinate.
/*** The possible types of images to return for a student address image GET request.*/publicenumImageType {
STREET_VIEW, // Google street viewAERIAL_VIEW
}
AFTER, and I repeat, AFTER you finish the auth pages and phase 1 of the backend, we should ideally link the student scraper project to be able to execute a query for any semester (return a list of valid semesters) provided we are an authenticated user. This means I will always be allowed to do this but I can let my friends do this by giving them access and forcing them to use Cyder.
The text was updated successfully, but these errors were encountered: