Skip to content

Setup Collection Swagger Resource #82

@cfnyu

Description

@cfnyu

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

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions