URLQueryEncoder icon indicating copy to clipboard operation
URLQueryEncoder copied to clipboard

URL query encoder with support for all OpenAPI serialization options

Results 4 URLQueryEncoder issues
Sort by recently updated
recently updated
newest added
trafficstars

Looks like when installing as swift package the LICENSE file is not included in the package of 0.2.0. So automated license collecting tools like https://github.com/nicklockwood/Tribute can't read the license. Seems...

background https://github.com/unsignedapps/swift-create-xcframework/issues/80 https://github.com/apple/swift/issues/56573 warning: public struct 'AnyCodable.AnyCodable' shadows module 'AnyCodable', which may cause failures when importing 'AnyCodable' or its clients in some configurations; please rename either the struct 'AnyCodable.AnyCodable' or...

When encoding a dictionary that contains objects with `form` style and `true` explode value, the key for each parameter should be the key for each entry in the dictionary, not...