Add support for releases endpoint#126
Conversation
|
@bmulvihill for releases you can will want to add a test for VCR will record the API call and save the response. Then in subsequent test runs it will return this saved response instead of actually making the API call. To get VCR to re-record the response just delete the file with the response and it will be recreated. When you are happy with the reponse add it to git. |
|
@forest I guess my main question with the tests were which project board you using to create the test data? Or is this already handled via some configuration? |
|
Just answered my own question :) |
|
Ah. The project has three for different use cases but I typically use #1. You might have to login and create from releases so you have some data to query. |
|
👍 Looks good. |
Closes #125
Adds support for
/releaseshttps://www.pivotaltracker.com/help/api/rest/v5#Releases
One caveat is I am unsure how to get the test data for VCR to write the tests.