Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
6 lines (6 sloc) 225 Bytes
function (response) {
require(magrittr, quietly=TRUE)
response %>%
gsub_response("https://www.pivotaltracker.com/services/v5/", "", fixed=TRUE) %>%
gsub_response(getOption("pivotal.project"), "123")
}
You can’t perform that action at this time.