This PR adds an endpoint GET /questions/<story-name> which will allow getting all questions associated with a given story. By default, only the newest version for each question tag will be returned. If one instead wants all versions of the questions returned, this can be done by using the query newest_only=false.
This PR adds an endpoint
GET /questions/<story-name>
which will allow getting all questions associated with a given story. By default, only the newest version for each question tag will be returned. If one instead wants all versions of the questions returned, this can be done by using the querynewest_only=false
.CC @johnarban