Resolve "Don't pass query params into api functions"
All threads resolved!
All threads resolved!
Compare changes
Files
11- Mark Howard authored
+ 27
− 12
@@ -19,15 +19,13 @@ type JiraAgileServerRESTAPI interface {
@@ -35,7 +33,7 @@ func (a *apiImpl) getItems(path string, attrs map[string]string,
@@ -48,7 +46,24 @@ func (a *apiImpl) getItems(path string, attrs map[string]string,
@@ -64,7 +79,7 @@ func (a *apiImpl) GetAllBoards() []*Board {
@@ -91,7 +106,7 @@ func (a *apiImpl) GetAllIssuesForBoard(board *Board) []*Issue {
@@ -101,9 +116,9 @@ func (a *apiImpl) GetAllIssuesForBoard(board *Board) []*Issue {