-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
As a Developer
I need to create a Swagger resource for all RESTFul methods that do not require an ID
So that I can document the API for other users to know how to call my service
Assumptions:
- This resource will implement GET and POST
- The resource will be called RecommendationCollection
- RecommendationCollection will inherit from Resource
Acceptance Criteria:
Given I visit the Docs page
When look at GET as a list and POST methods
Then I will see the documentation for each resource respectively
Reactions are currently unavailable