At time of writing, this doesn't exist in tentacat.
Based upon https://developer.github.com/v3/issues/assignees/
and https://hexdocs.pm/tentacat/api-reference.html
I would expect there to be a Tentacat.Issues.Assignees module.
We can probably make our own pretty easily by copying something along the lines of:
https://github.com/edgurgel/tentacat/blob/master/lib/tentacat/issues/comments.ex
and making a PR on the tentacat repo, eventually.
At time of writing, this doesn't exist in tentacat.
Based upon https://developer.github.com/v3/issues/assignees/
and https://hexdocs.pm/tentacat/api-reference.html
I would expect there to be a
Tentacat.Issues.Assigneesmodule.We can probably make our own pretty easily by copying something along the lines of:
https://github.com/edgurgel/tentacat/blob/master/lib/tentacat/issues/comments.ex
and making a PR on the tentacat repo, eventually.