Blazored / Gitter

A Blazor Gitter Client
MIT License
37 stars 14 forks source link

Implement GetChatRoomUsers. Helps with #1 #77

Closed chucker closed 4 years ago

chucker commented 4 years ago

This also adds GitterRoomUserOptions in the vein of GitterMessageOptions so we can specify options like a query and a limit (defaulting to 30).

It should be noted that this API seems to return unreliable (incomplete) results. See #75

SQL-MisterMagoo commented 4 years ago

Manually merged in 161f2f4

Thanks very much