slack-rs / slack-rs-api

Rust interface for the Slack Web API
Apache License 2.0
109 stars 66 forks source link

Adding support for the Conversations API (needs review and testing) #60

Closed dvaerum closed 6 years ago

dvaerum commented 6 years ago

I am working on adding the Conversations API for Slack, so far I added 11 out of the 18 API calls. If you are interested in helping me out by review or test what I have writing so far be my guest :smiley: https://github.com/dvarum12/slack-rs-api

Progress

dvaerum commented 6 years ago

One should try to generate a schemas for this instead for writing the code by hand, lesson learn :)