werewolf
werewolf copied to clipboard
Can you help me open http server to get post with this
@hjwylde Can you help me open http server to request get post with this. I also tried werewolf-slack but not success to build, i'm not familiar with haskell --sorry for my bad english
Hi! Sorry for the late reply. I'm afraid I haven't worked with Haskell much lately either and probably wouldn't be of much help, but if it's just Haskell that you're unfamiliar with then you can actually write the http server in another language, but just interface with the werewolf
binary. This is probably the best way to get going :). The API for interacting with it is hopefully clear enough from typing werewolf --help
.