Skip to content

Allow developers to access the Computer resource #8

@askingalot

Description

@askingalot

Feature Criteria

Verbs to be supported

  1. GET
  2. POST
  3. PUT
  4. DELETE

User should be able to GET a list, and GET a single item.

Testing Criteria

Write a testing class and test methods that validate the GET single, GET all, POST, PUT, and DELETE operations work as expected.

Controller Methods:

  • Get Single
  • Get All
  • Post Item
  • Put Item
  • Delete Item

Test Methods:

  • Test Get Single
  • Test Get All
  • Test Post
  • Test Put
  • Test Delete

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions