mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-10 04:21:03 +00:00
Regeneration
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