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
// @Description "Returns AstraEvent based on the input date and building name"
51
+
// @Produce json
52
+
// @Param date path string true "date (ISO format) to retrieve astra events"
53
+
// @Param building path string true "building abbreviation of event locations"
54
+
// @Success 200 {object} schema.APIResponse[schema.SingleBuildingEvents[schema.AstraEvent]] "All sections with meetings on the specified date in the specified building"
55
+
// @Failure 500 {object} schema.APIResponse[string] "A string describing the error"
56
+
// @Failure 404 {object} schema.APIResponse[string] "A string describing the error"
// @Description "Returns AstraEvent based on the input date building name and room number"
99
+
// @Produce json
100
+
// @Param date path string true "date (ISO format) to retrieve astra events"
101
+
// @Param building path string true "building abbreviation of event locations"
102
+
// @Param room path string true "room number for event"
103
+
// @Success 200 {object} schema.APIResponse[schema.SingleBuildingEvents[schema.AstraEvent]] "All sections with meetings on the specified date in the specified building"
104
+
// @Failure 500 {object} schema.APIResponse[string] "A string describing the error"
105
+
// @Failure 404 {object} schema.APIResponse[string] "A string describing the error"
0 commit comments