Skip to content

Conversation

dmjio
Copy link
Collaborator

@dmjio dmjio commented May 18, 2023

Exposes send and sendRaw for prototyping in exe/Main.hs

Usage

talk CommandClosures =
  sendRaw $ object
     [ "command" .= "closures"
     , "type"    .= "response"
     , "seqNum"  .= (0 :: Int)
     , "body"    .= object [ "fieldOne" .= "someValue" ] 
     ] -- etc.

@dmjio dmjio merged commit 403bd80 into master May 18, 2023
@dmjio dmjio deleted the sendRaw branch May 18, 2023 13:40
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.

1 participant