Skip to content

Add orderedPreplayParameters to Uplynk#110

Open
ceyhun-o wants to merge 5 commits intomainfrom
feature/ordered-parameters
Open

Add orderedPreplayParameters to Uplynk#110
ceyhun-o wants to merge 5 commits intomainfrom
feature/ordered-parameters

Conversation

@ceyhun-o
Copy link
Copy Markdown
Contributor

@ceyhun-o ceyhun-o commented Feb 6, 2026

This PR replaces #109.

To do:

  • Add tests for new cases.

@ceyhun-o ceyhun-o added bug Something isn't working enhancement New feature or request labels Feb 6, 2026
@ceyhun-o ceyhun-o changed the title Add orderedPreplayParameters parameters to Uplynk Add orderedPreplayParameters to Uplynk Feb 6, 2026
public let id: ID
public let prefix: String?
public let preplayParameters: [String: String]
public let orderedPreplayParameters: [(String, String)]?
Copy link
Copy Markdown
Contributor

@MattiasBuelens MattiasBuelens Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use [URLQueryItem] for this, to align with URLComponents.queryItems.

This would also solve a lot of URL encoding problems, since we can offload that to URLComponents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants