Gitter
Gitter copied to clipboard
Finish writing the Gitter API client
There are stubs for some of the main APis we might need, but many still need adding.
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 LocalisationHelper
currently depends on IJSRuntime
. Can we move LocalisationHelper
to Blazor.Gitter.Core
instead? Then Library
should maybe become a package Blazored.Gitter.ApiClient
.
@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
LocalisationHelper
currently depends onIJSRuntime
. Can we moveLocalisationHelper
toBlazor.Gitter.Core
instead? ThenLibrary
should maybe become a packageBlazored.Gitter.ApiClient
.
Sure - that makes sense - Library was intended to be the gitter library - probably localisation ended up there late one night and shouldn't have.
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.