Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for encoding custom commands #693

Merged
merged 1 commit into from
Feb 21, 2022
Merged

Conversation

danieleggert
Copy link
Collaborator

This only handles encoding of custom commands.

This simply adds a

case custom(name: String, payloads: [CustomCommandPayload])

such that clients of this library do their own encoding of such commands.

This is related to the discussion in #92

This _only_ handles _encoding_ of custom commands.

This simply adds a
```swift
case custom(name: String, payloads: [CustomCommandPayload])
```
such that clients of this library do their own encoding of such commands.

This is related to the discussion in #92
@Davidde94 Davidde94 merged commit 6c256a6 into main Feb 21, 2022
@Davidde94 Davidde94 deleted the encode-custom-command branch February 21, 2022 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants