Skip to content

Will version 6 keep the request where Parameters is just [String: Any]? #3696

Answered by jshier
funcJeff asked this question in Q&A
Discussion options

You must be logged in to vote

It will be yes, as maintaining two encoding paths for parameters is untenable. However, that won't happen until I can create an easier migration path for people, perhaps through the integration of an AnyEncodable type or something like that. There may be other solutions where I can manually encode [String: Any] parameters, but full Codable support is the future.

Additionally, Alamofire 6 is a ways out, as I haven't finished all of the 5 features I want yet.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@funcJeff
Comment options

@jshier
Comment options

Answer selected by funcJeff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants