Skip to content
Snippets Groups Projects

Swagger

Closed Tucker Gary Siegel requested to merge swagger into develop
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -21,7 +21,10 @@ var GetGddValues = services.GetGddValues
// @Failure 400 {object} errors.StandardError
// @Failure 404 {object} errors.StandardError
// @Failure 500 {object} errors.StandardError
<<<<<<< controllers/gdd_controller.go
=======
// @Param year query int true "Year to get gdd for"
>>>>>>> controllers/gdd_controller.go
// @Param product query string true "Crop to calculate gdd for" Enums(corn)
// @Param latitude query number true "Latitude to search for"
// @Param longitude query number true "Longitude to search for"
Loading