Skip to content

#160017773 Build out REST Endpoints for Resources (CRUD)#16

Open
sudhons wants to merge 82 commits intomasterfrom
develop
Open

#160017773 Build out REST Endpoints for Resources (CRUD)#16
sudhons wants to merge 82 commits intomasterfrom
develop

Conversation

@sudhons
Copy link
Owner

@sudhons sudhons commented Aug 24, 2018

What does this PR do?

Implements necessary url routes for CRUD operations

Description of Task to be completed?

Perform CRUD operations on the following url endpoints:
Questions

GET /api/v1/questions
POST /api/v1/questions
GET /api/v1/questions/:qtnId
UPDATE /api/v1/questions/:qtnId
DELETE /api/v1/questions/:qtnId

Answers

POST /api/v1/questions/:qtnId/answers
GET /api/v1/questions/:qtnId/answers/:ansId
UPDATE /api/v1/questions/:qtnId/answers/:ansId
DELETE /api/v1/questions/:qtnId/answers/:ansId

How should this be manually tested?

This can be tested on heroku here

What are the relevant pivotal tracker stories?

#160017773

sudhons and others added 30 commits August 10, 2018 09:28
Implements CRUD operations with non-persistence data structure
Implementation of POST a question route
Implements UPDATE a question route
@sudhons sudhons temporarily deployed to sudhons-stackoverflow-lite August 27, 2018 09:00 Inactive
@sudhons sudhons temporarily deployed to sudhons-stackoverflow-lite August 30, 2018 12:03 Inactive
@sudhons sudhons temporarily deployed to sudhons-stackoverflow-lite August 30, 2018 12:23 Inactive
@sudhons sudhons temporarily deployed to sudhons-stackoverflow-lite August 31, 2018 01:43 Inactive
@sudhons sudhons temporarily deployed to sudhons-stackoverflow-lite August 31, 2018 01:53 Inactive
@sudhons sudhons temporarily deployed to sudhons-stackoverflow-lite August 31, 2018 01:59 Inactive
@sudhons sudhons temporarily deployed to sudhons-stackoverflow-lite August 31, 2018 02:17 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant