Gitter icon indicating copy to clipboard operation
Gitter copied to clipboard

Finish writing the Gitter API client

Open SQL-MisterMagoo opened this issue 5 years ago • 6 comments

There are stubs for some of the main APis we might need, but many still need adding.

SQL-MisterMagoo avatar Apr 19 '19 22:04 SQL-MisterMagoo

I don't think we need this as part of RC1 as it already has the parts we need for now.

SQL-MisterMagoo avatar May 02 '19 01:05 SQL-MisterMagoo

Could be great someday make the Gitter API as an external resource available to the community, maybe via nuget. :-)

Liques avatar May 09 '19 14:05 Liques

Sure, that's definitely something I'd like to do.

SQL-MisterMagoo avatar May 09 '19 23:05 SQL-MisterMagoo

@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.

chucker avatar May 29 '20 19:05 chucker

@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.

Sure - that makes sense - Library was intended to be the gitter library - probably localisation ended up there late one night and shouldn't have.

SQL-MisterMagoo avatar May 31 '20 01:05 SQL-MisterMagoo

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.

chucker avatar Jun 01 '20 11:06 chucker