hmkurth / CommunityFoodResources

locate community food resources
1 stars 0 forks source link

week 9 complete #8

Open hmkurth opened 3 years ago

hmkurth commented 3 years ago

@pawaitemadisoncollege week 9 is complete see journal for reflections, etc.

pawaitemadisoncollege commented 3 years ago

Nice job creating your first restful service in java @hmkurth! I'm glad to hear you finally had an "easy" week!

One thing to keep in mind: restful resource naming standards: https://restfulapi.net/resource-naming/

Following that, here, https://github.com/hmkurth/CommunityFoodResources/blob/d3a024a3e16f037a2ccf9a0da2a852a5cf839e93/src/main/java/com/hmkurth/rest/ContactService.java#L15, the resource is better named @Path("/contacts"). No need to make a change for this exercise as it's really a nitpick, but it's something to keep in mind when building your team project!