Skip to content

Commit

Permalink
Include first parameter name in postStatusesFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdonnelly committed Jun 22, 2014
1 parent 1451b90 commit d689f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwifterCommon/SwifterStreaming.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extension Swifter {
At least one predicate parameter (follow, locations, or track) must be specified.
*/
func postStatusesFilter(follow: String[]?, track: String[]?, locations: String[]?, delimited: Bool?, stallWarnings: Bool?, progress: ((status: Dictionary<String, AnyObject>?) -> Void)?, stallWarningHandler: ((code: String?, message: String?, percentFull: Int?) -> Void)?, failure: FailureHandler?) {
func postStatusesFilterWithFollow(follow: String[]?, track: String[]?, locations: String[]?, delimited: Bool?, stallWarnings: Bool?, progress: ((status: Dictionary<String, AnyObject>?) -> Void)?, stallWarningHandler: ((code: String?, message: String?, percentFull: Int?) -> Void)?, failure: FailureHandler?) {
assert(follow || track || locations, "At least one predicate parameter (follow, locations, or track) must be specified")

let path = "statuses/filter.json"
Expand Down

0 comments on commit d689f3a

Please sign in to comment.