Skip to content

Setup Swagger Id Resource #81

@cfnyu

Description

@cfnyu

As a Developer
I need to create a Swagger resource for all RESTFul methods that 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 PUT
  • The resource will be called RecommendationResource
  • RecommendationResource will inherit from Resource

Acceptance Criteria:

Given I visit the Docs page
When look at GET and PUT methods
Then I will see the documentation for each resource

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions