You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition, I see in the output (at the same level as the user_count field) a channel_count field which is also an int, and appears to be missing from the schema.
The text was updated successfully, but these errors were encountered:
I also started adding some tests that actually call the apis, but that obviously requires a slack workspace to connect to. or a really good fake, and I haven't seen any easy fakes
Trying to call
usergroups::list
returns aMalformedResponse
error.In my case this is because the value for the
user_count
field is an int, not a string.I assume the schema in https://github.com/slack-rs/slack-api-schemas/blob/master/objects/usergroup.json is incorrect.
In addition, I see in the output (at the same level as the
user_count
field) achannel_count
field which is also an int, and appears to be missing from the schema.The text was updated successfully, but these errors were encountered: