-
Notifications
You must be signed in to change notification settings - Fork 14
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
Finish writing the Gitter API client #1
Comments
I don't think we need this as part of RC1 as it already has the parts we need for now. |
Could be great someday make the Gitter API as an external resource available to the community, maybe via nuget. :-) |
Sure, that's definitely something I'd like to do. |
@SQL-MisterMagoo regarding @Liques's request, what would you say is the distinction between the Core and Library projects? The Library almost seems suitable to be considered a standalone API client library, but |
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 Blazored#75
Sure - that makes sense - Library was intended to be the gitter library - probably localisation ended up there late one night and shouldn't have. |
Right, thought so. That's #78 then. |
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
There are stubs for some of the main APis we might need, but many still need adding.
The text was updated successfully, but these errors were encountered: