rob05c commented on a change in pull request #2341: Add TO Go Divisions name
URL: 
https://github.com/apache/incubator-trafficcontrol/pull/2341#discussion_r193117295
 
 

 ##########
 File path: traffic_ops/traffic_ops_golang/routes.go
 ##########
 @@ -122,6 +122,7 @@ func Routes(d ServerData) ([]Route, []RawRoute, 
http.Handler, error) {
                {1.1, http.MethodPut, `divisions/{id}$`, 
api.UpdateHandler(division.GetRefType(), d.DB), auth.PrivLevelOperations, 
Authenticated, nil},
                {1.1, http.MethodPost, `divisions/?$`, 
api.CreateHandler(division.GetRefType(), d.DB), auth.PrivLevelOperations, 
Authenticated, nil},
                {1.1, http.MethodDelete, `divisions/{id}$`, 
api.DeleteHandler(division.GetRefType(), d.DB), auth.PrivLevelOperations, 
Authenticated, nil},
+               {1.1, http.MethodGet, `divisions/name/{name}/?(\.json)?$`, 
division.GetName(d.DB.DB), auth.PrivLevelReadOnly, Authenticated, nil},
 
 Review comment:
   `https://localhost:8443/api/1.3/divisions/name/Northeast.json` works in Perl 
though

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to