Skip to content

Commit

Permalink
Merge pull request #23 from derekdowling/picmonkey-list-serialize
Browse files Browse the repository at this point in the history
List Serialization
  • Loading branch information
Derek Dowling committed Mar 8, 2016
2 parents ff38e1c + c3ff84e commit 4664564
Show file tree
Hide file tree
Showing 19 changed files with 477 additions and 192 deletions.
4 changes: 2 additions & 2 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 24 additions & 14 deletions Godeps/_workspace/src/github.com/derekdowling/jsh-api/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 38 additions & 13 deletions Godeps/_workspace/src/github.com/derekdowling/jsh-api/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 0 additions & 46 deletions Godeps/_workspace/src/github.com/derekdowling/jsh-api/logger.go

This file was deleted.

30 changes: 15 additions & 15 deletions Godeps/_workspace/src/github.com/derekdowling/jsh-api/resource.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions Godeps/_workspace/src/github.com/derekdowling/jsh-api/sender.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func Action(baseURL string, resourceType string, id string, action string) (*jsh
return nil, nil, err
}

return Do(request)
return Do(request, jsh.ObjectMode)
}

/*
Expand Down
Loading

0 comments on commit 4664564

Please sign in to comment.