mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-09 20:57:45 +00:00
migrated to v15
This commit is contained in:
7
Sources/Plexswift/internal/serialization/Maps.swift
Normal file
7
Sources/Plexswift/internal/serialization/Maps.swift
Normal file
@@ -0,0 +1,7 @@
|
||||
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
||||
|
||||
import Foundation
|
||||
|
||||
func namedQueryParameters(from serializable: Serializable, name: String, format: SerializableFormat) throws -> [QueryParameter] {
|
||||
return try serializable.serializeQueryParameters(with: format).mapKeys { _ in [name] }
|
||||
}
|
||||
Reference in New Issue
Block a user