-
Notifications
You must be signed in to change notification settings - Fork 7
Add conversation API #6
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
base: master
Are you sure you want to change the base?
Conversation
AuthClient uint `json:"auth_client"` | ||
Display bool `json:"display"` | ||
Name string `json:"name"` | ||
} `json:"created_via"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could Via
be reused?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes - that would be good.
Cool example, but maybe it would be better in a separate repo if you want to continue working on it later? |
Great contribution overall! 👍 |
Tried moving things around a little - have a look and let me know. :) |
This PR adds a simple Conversation API and an example of how to use it.